#331D81

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

Shades of Persian Indigo #331D81

Tints of Persian Indigo #331D81

Color information

#331D81 (or 0x331D81) is unknown color: approx Persian Indigo. HEX triplet: 33, 1D and 81. RGB value is (51,29,129). Sum of RGB (Red+Green+Blue) = 51+29+129=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 129 (50.78% from 255 or 61.72% from 209); Max value from RGB is 129 - color contains mainly: blue. Hex color #331D81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331D81 is #CCE27E. Grayscale: #2E2E2E. Windows color (decimal): -13427327 or 8461619. OLE color: 8461619.

HSL color Cylindrical-coordinate representation of color #331D81: hue angle of 253.2º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #331D81 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5129129-
CMYK0.600.7800.49
HSL253.2º63.29%30.98%-
HSV(B)253.2º77.52%50.59%-
XYZ5.773.1721.08-
YUV46.98174.29130.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 29 (11.72% from 255) = 13.88%
BLUE value IS 129 (50.78% from 255) = 61.72%
R=24.40%
G=13.88%
B=61.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51291290.600.7800.49253.263.2930.98
Hex331D813C4E031fd3f1f
Octal6335201741160613757737
Binary1100111110110000001111100100111001100011111110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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