#2E0B67

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

Shades of Persian Indigo #2E0B67

Tints of Persian Indigo #2E0B67

Color information

#2E0B67 (or 0x2E0B67) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0B and 67. RGB value is (46,11,103). Sum of RGB (Red+Green+Blue) = 46+11+103=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 103 (40.62% from 255 or 64.38% from 160); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E0B67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0B67 is #D1F498. Grayscale: #1F1F1F. Windows color (decimal): -13759641 or 6753070. OLE color: 6753070.

HSL color Cylindrical-coordinate representation of color #2E0B67: hue angle of 262.83º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E0B67 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4611103-
CMYK0.550.8900.60
HSL262.83º80.7%22.35%-
HSV(B)262.83º89.32%40.39%-
XYZ3.691.812.98-
YUV31.95168.1138.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.75%
GREEN value IS 11 (4.69% from 255) = 6.88%
BLUE value IS 103 (40.62% from 255) = 64.38%
R=28.75%
G=6.88%
B=64.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46111030.550.8900.60262.8380.722.35
Hex2EB67375903C1075116
Octal56131476713107440712126
Binary1011101011110011111011110110010111100100000111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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