#331B99

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

Shades of Persian Indigo #331B99

Tints of Persian Indigo #331B99

Color information

#331B99 (or 0x331B99) is unknown color: approx Persian Indigo. HEX triplet: 33, 1B and 99. RGB value is (51,27,153). Sum of RGB (Red+Green+Blue) = 51+27+153=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #331B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331B99 is #CCE466. Grayscale: #303030. Windows color (decimal): -13427815 or 10033971. OLE color: 10033971.

HSL color Cylindrical-coordinate representation of color #331B99: hue angle of 251.43º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331B99 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5127153-
CMYK0.670.8200.4
HSL251.43º70%35.29%-
HSV(B)251.43º82.35%60%-
XYZ7.513.7930.47-
YUV48.54186.95129.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 27 (10.94% from 255) = 11.69%
BLUE value IS 153 (60.16% from 255) = 66.23%
R=22.08%
G=11.69%
B=66.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51271530.670.8200.4251.437035.29
Hex331B994352028fb4623
Octal633323110312205037310643
Binary1100111101110011001100001110100100101000111110111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331B99; }

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

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

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

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

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

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

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

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