#2E0D6B

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

Shades of Persian Indigo #2E0D6B

Tints of Persian Indigo #2E0D6B

Color information

#2E0D6B (or 0x2E0D6B) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0D and 6B. RGB value is (46,13,107). Sum of RGB (Red+Green+Blue) = 46+13+107=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 107 (42.19% from 255 or 64.46% from 166); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E0D6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0D6B is #D1F294. Grayscale: #212121. Windows color (decimal): -13759125 or 7015726. OLE color: 7015726.

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

Color convert

RGB4613107-
CMYK0.570.8800.58
HSL261.06º78.33%23.53%-
HSV(B)261.06º87.85%41.96%-
XYZ3.921.9314.08-
YUV33.58169.43136.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.71%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 107 (42.19% from 255) = 64.46%
R=27.71%
G=7.83%
B=64.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46131070.570.8800.58261.0678.3323.53
Hex2ED6B395803A1054e18
Octal56151537113007240511630
Binary1011101101110101111100110110000111010100000101100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,13,107); }

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

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

 a { background-color: rgb(46,13,107); }

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

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

 span { border-color: rgb(46,13,107); }

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