#331A6E

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

Shades of Persian Indigo #331A6E

Tints of Persian Indigo #331A6E

Color information

#331A6E (or 0x331A6E) is unknown color: approx Persian Indigo. HEX triplet: 33, 1A and 6E. RGB value is (51,26,110). Sum of RGB (Red+Green+Blue) = 51+26+110=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #331A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331A6E is #CCE591. Grayscale: #2A2A2A. Windows color (decimal): -13428114 or 7215667. OLE color: 7215667.

HSL color Cylindrical-coordinate representation of color #331A6E: hue angle of 257.86º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #331A6E is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5126110-
CMYK0.540.7600.57
HSL257.86º61.76%26.67%-
HSV(B)257.86º76.36%43.14%-
XYZ4.552.5715.01-
YUV43.05165.78133.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 110 (43.36% from 255) = 58.82%
R=27.27%
G=13.90%
B=58.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51261100.540.7600.57257.8661.7626.67
Hex331A6E364C0391023e1b
Octal6332156661140714027633
Binary1100111101011011101101101001100011100110000001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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