#331677

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

Shades of Persian Indigo #331677

Tints of Persian Indigo #331677

Color information

#331677 (or 0x331677) is unknown color: approx Persian Indigo. HEX triplet: 33, 16 and 77. RGB value is (51,22,119). Sum of RGB (Red+Green+Blue) = 51+22+119=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #331677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331677 is #CCE988. Grayscale: #292929. Windows color (decimal): -13429129 or 7804467. OLE color: 7804467.

HSL color Cylindrical-coordinate representation of color #331677: hue angle of 257.94º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331677 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5122119-
CMYK0.570.8200.53
HSL257.94º68.79%27.65%-
HSV(B)257.94º81.51%46.67%-
XYZ4.982.6117.69-
YUV41.73171.61134.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 119 (46.88% from 255) = 61.98%
R=26.56%
G=11.46%
B=61.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51221190.570.8200.53257.9468.7927.65
Hex3316773952035102451c
Octal63261677112206540210534
Binary11001110110111011111100110100100110101100000010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331677; }

 p { color: rgb(51,22,119); }

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

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

 a { background-color: rgb(51,22,119); }

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

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

 span { border-color: rgb(51,22,119); }

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