#331599

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

Shades of Persian Indigo #331599

Tints of Persian Indigo #331599

Color information

#331599 (or 0x331599) is unknown color: approx Persian Indigo. HEX triplet: 33, 15 and 99. RGB value is (51,21,153). Sum of RGB (Red+Green+Blue) = 51+21+153=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #331599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331599 is #CCEA66. Grayscale: #2C2C2C. Windows color (decimal): -13429351 or 10032435. OLE color: 10032435.

HSL color Cylindrical-coordinate representation of color #331599: hue angle of 253.64º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331599 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5121153-
CMYK0.670.8600.4
HSL253.64º75.86%34.12%-
HSV(B)253.64º86.27%60%-
XYZ7.383.5430.43-
YUV45.02188.94132.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 153 (60.16% from 255) = 68%
R=22.67%
G=9.33%
B=68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51211530.670.8600.4253.6475.8634.12
Hex3315994356028fe4c22
Octal632523110312605037611442
Binary1100111010110011001100001110101100101000111111101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331599; }

 p { color: rgb(51,21,153); }

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

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

 a { background-color: rgb(51,21,153); }

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

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

 span { border-color: rgb(51,21,153); }

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