#331D9D

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

Shades of Persian Indigo #331D9D

Tints of Persian Indigo #331D9D

Color information

#331D9D (or 0x331D9D) is unknown color: approx Persian Indigo. HEX triplet: 33, 1D and 9D. RGB value is (51,29,157). Sum of RGB (Red+Green+Blue) = 51+29+157=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #331D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331D9D is #CCE262. Grayscale: #313131. Windows color (decimal): -13427299 or 10296627. OLE color: 10296627.

HSL color Cylindrical-coordinate representation of color #331D9D: hue angle of 250.31º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331D9D is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5129157-
CMYK0.680.8200.38
HSL250.31º68.82%36.47%-
HSV(B)250.31º81.53%61.57%-
XYZ7.894.0232.26-
YUV50.17188.29128.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 29 (11.72% from 255) = 12.24%
BLUE value IS 157 (61.72% from 255) = 66.24%
R=21.52%
G=12.24%
B=66.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51291570.680.8200.38250.3168.8236.47
Hex331D9D4452026fa4524
Octal633523510412204637210544
Binary1100111110110011101100010010100100100110111110101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,29,157); }

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

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

 a { background-color: rgb(51,29,157); }

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

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

 span { border-color: rgb(51,29,157); }

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