#2E0A6C

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

Shades of Persian Indigo #2E0A6C

Tints of Persian Indigo #2E0A6C

Color information

#2E0A6C (or 0x2E0A6C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0A and 6C. RGB value is (46,10,108). Sum of RGB (Red+Green+Blue) = 46+10+108=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E0A6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0A6C is #D1F593. Grayscale: #1F1F1F. Windows color (decimal): -13759892 or 7080494. OLE color: 7080494.

HSL color Cylindrical-coordinate representation of color #2E0A6C: hue angle of 262.04º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E0A6C is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4610108-
CMYK0.570.9100.58
HSL262.04º83.05%23.14%-
HSV(B)262.04º90.74%42.35%-
XYZ3.941.8814.34-
YUV31.94170.93138.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.05%
GREEN value IS 10 (4.30% from 255) = 6.10%
BLUE value IS 108 (42.58% from 255) = 65.85%
R=28.05%
G=6.10%
B=65.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46101080.570.9100.58262.0483.0523.14
Hex2EA6C395B03A1065317
Octal56121547113307240612327
Binary1011101010110110011100110110110111010100000110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,10,108); }

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

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

 a { background-color: rgb(46,10,108); }

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

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

 span { border-color: rgb(46,10,108); }

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