#331774

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

Shades of Persian Indigo #331774

Tints of Persian Indigo #331774

Color information

#331774 (or 0x331774) is unknown color: approx Persian Indigo. HEX triplet: 33, 17 and 74. RGB value is (51,23,116). Sum of RGB (Red+Green+Blue) = 51+23+116=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #331774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331774 is #CCE88B. Grayscale: #292929. Windows color (decimal): -13428876 or 7608115. OLE color: 7608115.

HSL color Cylindrical-coordinate representation of color #331774: hue angle of 258.06º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331774 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5123116-
CMYK0.560.8000.55
HSL258.06º66.91%27.25%-
HSV(B)258.06º80.17%45.49%-
XYZ4.822.5816.77-
YUV41.97169.78134.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.84%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 116 (45.70% from 255) = 61.05%
R=26.84%
G=12.11%
B=61.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51231160.560.8000.55258.0666.9127.25
Hex3317743850037102431b
Octal63271647012006740210333
Binary11001110111111010011100010100000110111100000010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331774; }

 p { color: rgb(51,23,116); }

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

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

 a { background-color: rgb(51,23,116); }

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

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

 span { border-color: rgb(51,23,116); }

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