#331690

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

Shades of Persian Indigo #331690

Tints of Persian Indigo #331690

Color information

#331690 (or 0x331690) is unknown color: approx Persian Indigo. HEX triplet: 33, 16 and 90. RGB value is (51,22,144). Sum of RGB (Red+Green+Blue) = 51+22+144=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #331690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331690 is #CCE96F. Grayscale: #2C2C2C. Windows color (decimal): -13429104 or 9442867. OLE color: 9442867.

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

Color convert

RGB5122144-
CMYK0.650.8500.44
HSL254.26º73.49%32.55%-
HSV(B)254.26º84.72%56.47%-
XYZ6.693.2926.67-
YUV44.58184.11132.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 144 (56.64% from 255) = 66.36%
R=23.50%
G=10.14%
B=66.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51221440.650.8500.44254.2673.4932.55
Hex331690415502Cfe4921
Octal632622010112505437611141
Binary1100111011010010000100000110101010101100111111101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331690; }

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

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

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

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

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

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

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

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