#331E96

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

Shades of Persian Indigo #331E96

Tints of Persian Indigo #331E96

Color information

#331E96 (or 0x331E96) is unknown color: approx Persian Indigo. HEX triplet: 33, 1E and 96. RGB value is (51,30,150). Sum of RGB (Red+Green+Blue) = 51+30+150=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #331E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331E96 is #CCE169. Grayscale: #313131. Windows color (decimal): -13427050 or 9838131. OLE color: 9838131.

HSL color Cylindrical-coordinate representation of color #331E96: hue angle of 250.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331E96 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5130150-
CMYK0.660.8000.41
HSL250.5º66.67%35.29%-
HSV(B)250.5º80%58.82%-
XYZ7.333.8329.21-
YUV49.96184.46128.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 30 (12.11% from 255) = 12.99%
BLUE value IS 150 (58.98% from 255) = 64.94%
R=22.08%
G=12.99%
B=64.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51301500.660.8000.41250.566.6735.29
Hex331E964250029fa4323
Octal633622610212005137210343
Binary1100111111010010110100001010100000101001111110101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,30,150); }

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

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

 a { background-color: rgb(51,30,150); }

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

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

 span { border-color: rgb(51,30,150); }

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