#331A82

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

Shades of Persian Indigo #331A82

Tints of Persian Indigo #331A82

Color information

#331A82 (or 0x331A82) is unknown color: approx Persian Indigo. HEX triplet: 33, 1A and 82. RGB value is (51,26,130). Sum of RGB (Red+Green+Blue) = 51+26+130=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #331A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331A82 is #CCE57D. Grayscale: #2C2C2C. Windows color (decimal): -13428094 or 8526387. OLE color: 8526387.

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

Color convert

RGB5126130-
CMYK0.610.800.49
HSL254.42º66.67%30.59%-
HSV(B)254.42º80%50.98%-
XYZ5.763.0521.4-
YUV45.33175.78132.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 130 (51.17% from 255) = 62.80%
R=24.64%
G=12.56%
B=62.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51261300.610.800.49254.4266.6730.59
Hex331A823D50031fe431f
Octal63322027512006137610337
Binary11001111010100000101111011010000011000111111110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,26,130); }

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

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

 a { background-color: rgb(51,26,130); }

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

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

 span { border-color: rgb(51,26,130); }

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