#331B9E

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

Shades of Persian Indigo #331B9E

Tints of Persian Indigo #331B9E

Color information

#331B9E (or 0x331B9E) is unknown color: approx Persian Indigo. HEX triplet: 33, 1B and 9E. RGB value is (51,27,158). Sum of RGB (Red+Green+Blue) = 51+27+158=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 158 (62.11% from 255 or 66.95% from 236); Max value from RGB is 158 - color contains mainly: blue. Hex color #331B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331B9E is #CCE461. Grayscale: #303030. Windows color (decimal): -13427810 or 10361651. OLE color: 10361651.

HSL color Cylindrical-coordinate representation of color #331B9E: hue angle of 250.99º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #331B9E is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5127158-
CMYK0.680.8300.38
HSL250.99º70.81%36.27%-
HSV(B)250.99º82.91%61.96%-
XYZ7.933.9632.69-
YUV49.11189.45129.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 27 (10.94% from 255) = 11.44%
BLUE value IS 158 (62.11% from 255) = 66.95%
R=21.61%
G=11.44%
B=66.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51271580.680.8300.38250.9970.8136.27
Hex331B9E4453026fb4724
Octal633323610412304637310744
Binary1100111101110011110100010010100110100110111110111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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