#331F96

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

Shades of Persian Indigo #331F96

Tints of Persian Indigo #331F96

Color information

#331F96 (or 0x331F96) is unknown color: approx Persian Indigo. HEX triplet: 33, 1F and 96. RGB value is (51,31,150). Sum of RGB (Red+Green+Blue) = 51+31+150=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #331F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331F96 is #CCE069. Grayscale: #323232. Windows color (decimal): -13426794 or 9838387. OLE color: 9838387.

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

Color convert

RGB5131150-
CMYK0.660.7900.41
HSL250.08º65.75%35.49%-
HSV(B)250.08º79.33%58.82%-
XYZ7.363.8929.22-
YUV50.55184.13128.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 31 (12.5% from 255) = 13.36%
BLUE value IS 150 (58.98% from 255) = 64.66%
R=21.98%
G=13.36%
B=64.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51311500.660.7900.41250.0865.7535.49
Hex331F96424F029fa4223
Octal633722610211705137210243
Binary1100111111110010110100001010011110101001111110101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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