#331B9F

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

Shades of Persian Indigo #331B9F

Tints of Persian Indigo #331B9F

Color information

#331B9F (or 0x331B9F) is unknown color: approx Persian Indigo. HEX triplet: 33, 1B and 9F. RGB value is (51,27,159). Sum of RGB (Red+Green+Blue) = 51+27+159=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #331B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331B9F is #CCE460. Grayscale: #303030. Windows color (decimal): -13427809 or 10427187. OLE color: 10427187.

HSL color Cylindrical-coordinate representation of color #331B9F: hue angle of 250.91º 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 #331B9F is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5127159-
CMYK0.680.8300.38
HSL250.91º70.97%36.47%-
HSV(B)250.91º83.02%62.35%-
XYZ8.023.9933.15-
YUV49.22189.95129.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 27 (10.94% from 255) = 11.39%
BLUE value IS 159 (62.5% from 255) = 67.09%
R=21.52%
G=11.39%
B=67.09%

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
Decimal51271590.680.8300.38250.9170.9736.47
Hex331B9F4453026fb4724
Octal633323710412304637310744
Binary1100111101110011111100010010100110100110111110111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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