#331B9A

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

Shades of Persian Indigo #331B9A

Tints of Persian Indigo #331B9A

Color information

#331B9A (or 0x331B9A) is unknown color: approx Persian Indigo. HEX triplet: 33, 1B and 9A. RGB value is (51,27,154). Sum of RGB (Red+Green+Blue) = 51+27+154=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #331B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331B9A is #CCE465. Grayscale: #303030. Windows color (decimal): -13427814 or 10099507. OLE color: 10099507.

HSL color Cylindrical-coordinate representation of color #331B9A: hue angle of 251.34º 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 #331B9A is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5127154-
CMYK0.670.8200.40
HSL251.34º70.17%35.49%-
HSV(B)251.34º82.47%60.39%-
XYZ7.593.8230.91-
YUV48.65187.45129.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 27 (10.94% from 255) = 11.64%
BLUE value IS 154 (60.55% from 255) = 66.38%
R=21.98%
G=11.64%
B=66.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51271540.670.8200.40251.3470.1735.49
Hex331B9A4352028fb4623
Octal633323210312205037310643
Binary1100111101110011010100001110100100101000111110111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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