#2E0C82

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

Shades of Persian Indigo #2E0C82

Tints of Persian Indigo #2E0C82

Color information

#2E0C82 (or 0x2E0C82) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0C and 82. RGB value is (46,12,130). Sum of RGB (Red+Green+Blue) = 46+12+130=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E0C82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0C82 is #D1F37D. Grayscale: #232323. Windows color (decimal): -13759358 or 8522798. OLE color: 8522798.

HSL color Cylindrical-coordinate representation of color #2E0C82: hue angle of 257.29º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E0C82 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4612130-
CMYK0.650.9100.49
HSL257.29º83.1%27.84%-
HSV(B)257.29º90.77%50.98%-
XYZ5.292.4621.31-
YUV35.62181.26135.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.47%
GREEN value IS 12 (5.08% from 255) = 6.38%
BLUE value IS 130 (51.17% from 255) = 69.15%
R=24.47%
G=6.38%
B=69.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46121300.650.9100.49257.2983.127.84
Hex2EC82415B031101531c
Octal561420210113306140112334
Binary101110110010000010100000110110110110001100000001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E0C82; }

 p { color: rgb(46,12,130); }

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

<style>
 a { background-color: #2E0C82; }

 a { background-color: rgb(46,12,130); }

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

<style>
 span { border-color: #2E0C82; }

 span { border-color: rgb(46,12,130); }

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