#331B89

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

Shades of Persian Indigo #331B89

Tints of Persian Indigo #331B89

Color information

#331B89 (or 0x331B89) is unknown color: approx Persian Indigo. HEX triplet: 33, 1B and 89. RGB value is (51,27,137). Sum of RGB (Red+Green+Blue) = 51+27+137=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 137 (53.91% from 255 or 63.72% from 215); Max value from RGB is 137 - color contains mainly: blue. Hex color #331B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331B89 is #CCE476. Grayscale: #2E2E2E. Windows color (decimal): -13427831 or 8985395. OLE color: 8985395.

HSL color Cylindrical-coordinate representation of color #331B89: hue angle of 253.09º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331B89 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5127137-
CMYK0.630.8000.46
HSL253.09º67.07%32.16%-
HSV(B)253.09º80.29%53.73%-
XYZ6.273.2923.97-
YUV46.72178.95131.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 27 (10.94% from 255) = 12.56%
BLUE value IS 137 (53.91% from 255) = 63.72%
R=23.72%
G=12.56%
B=63.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51271370.630.8000.46253.0967.0732.16
Hex331B893F5002Efd4320
Octal63332117712005637510340
Binary110011110111000100111111110100000101110111111011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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