#2E0B7A

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

Shades of Persian Indigo #2E0B7A

Tints of Persian Indigo #2E0B7A

Color information

#2E0B7A (or 0x2E0B7A) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0B and 7A. RGB value is (46,11,122). Sum of RGB (Red+Green+Blue) = 46+11+122=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E0B7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0B7A is #D1F485. Grayscale: #212121. Windows color (decimal): -13759622 or 7998254. OLE color: 7998254.

HSL color Cylindrical-coordinate representation of color #2E0B7A: hue angle of 258.92º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E0B7A is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4611122-
CMYK0.620.9100.52
HSL258.92º83.46%26.08%-
HSV(B)258.92º90.98%47.84%-
XYZ4.762.2318.59-
YUV34.12177.6136.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.70%
GREEN value IS 11 (4.69% from 255) = 6.15%
BLUE value IS 122 (48.05% from 255) = 68.16%
R=25.70%
G=6.15%
B=68.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46111220.620.9100.52258.9283.4626.08
Hex2EB7A3E5B034103531a
Octal56131727613306440312332
Binary1011101011111101011111010110110110100100000011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,11,122); }

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

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

 a { background-color: rgb(46,11,122); }

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

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

 span { border-color: rgb(46,11,122); }

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