#331692

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

Shades of Persian Indigo #331692

Tints of Persian Indigo #331692

Color information

#331692 (or 0x331692) is unknown color: approx Persian Indigo. HEX triplet: 33, 16 and 92. RGB value is (51,22,146). Sum of RGB (Red+Green+Blue) = 51+22+146=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #331692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331692 is #CCE96D. Grayscale: #2C2C2C. Windows color (decimal): -13429102 or 9573939. OLE color: 9573939.

HSL color Cylindrical-coordinate representation of color #331692: hue angle of 254.03º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331692 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5122146-
CMYK0.650.8500.43
HSL254.03º73.81%32.94%-
HSV(B)254.03º84.93%57.25%-
XYZ6.843.3527.48-
YUV44.81185.11132.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.29%
GREEN value IS 22 (8.98% from 255) = 10.05%
BLUE value IS 146 (57.42% from 255) = 66.67%
R=23.29%
G=10.05%
B=66.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51221460.650.8500.43254.0373.8132.94
Hex331692415502Bfe4a21
Octal632622210112505337611241
Binary1100111011010010010100000110101010101011111111101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331692; }

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

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

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

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

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

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

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

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