#331272

Color #331272 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #331272

Tints of Persian Indigo #331272

Color information

#331272 (or 0x331272) is unknown color: approx Persian Indigo. HEX triplet: 33, 12 and 72. RGB value is (51,18,114). Sum of RGB (Red+Green+Blue) = 51+18+114=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #331272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331272 is #CCED8D. Grayscale: #262626. Windows color (decimal): -13430158 or 7475763. OLE color: 7475763.

HSL color Cylindrical-coordinate representation of color #331272: hue angle of 260.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331272 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5118114-
CMYK0.550.8400.55
HSL260.62º72.73%25.88%-
HSV(B)260.62º84.21%44.71%-
XYZ4.622.3516.13-
YUV38.81170.43136.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=27.87%
G=9.84%
B=62.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51181140.550.8400.55260.6272.7325.88
Hex3312723754037105491a
Octal63221626712406740511132
Binary11001110010111001011011110101000110111100000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331272; }

 p { color: rgb(51,18,114); }

 H1.HeaderClassName
 {
   color: #331272;
 }
 .AnyTagClassName
 {
   color: #331272;
 }
</style>
background-color css

<style>
 a { background-color: #331272; }

 a { background-color: rgb(51,18,114); }

 div.DivClassName
 {
   background-color: #331272;
 }
 .BgClassName
 {
   background-color: #331272;
 }
</style>
border-color css

<style>
 span { border-color: #331272; }

 span { border-color: rgb(51,18,114); }

 td.TdClassName
 {
   border-color: #331272;
 }
 .TagClassName
 {
   border-color: #331272;
 }
</style>