#331F92

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

Shades of Persian Indigo #331F92

Tints of Persian Indigo #331F92

Color information

#331F92 (or 0x331F92) is unknown color: approx Persian Indigo. HEX triplet: 33, 1F and 92. RGB value is (51,31,146). Sum of RGB (Red+Green+Blue) = 51+31+146=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #331F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331F92 is #CCE06D. Grayscale: #313131. Windows color (decimal): -13426798 or 9576243. OLE color: 9576243.

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

Color convert

RGB5131146-
CMYK0.650.7900.43
HSL250.43º64.97%34.71%-
HSV(B)250.43º78.77%57.25%-
XYZ7.043.7627.55-
YUV50.09182.13128.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 31 (12.5% from 255) = 13.60%
BLUE value IS 146 (57.42% from 255) = 64.04%
R=22.37%
G=13.60%
B=64.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51311460.650.7900.43250.4364.9734.71
Hex331F92414F02Bfa4123
Octal633722210111705337210143
Binary1100111111110010010100000110011110101011111110101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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