#2E067D

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

Shades of Persian Indigo #2E067D

Tints of Persian Indigo #2E067D

Color information

#2E067D (or 0x2E067D) is unknown color: approx Persian Indigo. HEX triplet: 2E, 06 and 7D. RGB value is (46,6,125). Sum of RGB (Red+Green+Blue) = 46+6+125=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E067D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E067D is #D1F982. Grayscale: #1F1F1F. Windows color (decimal): -13760899 or 8193582. OLE color: 8193582.

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

Color convert

RGB466125-
CMYK0.630.9500.51
HSL260.17º90.84%25.69%-
HSV(B)260.17º95.2%49.02%-
XYZ4.892.1919.57-
YUV31.53180.75138.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.99%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 125 (49.22% from 255) = 70.62%
R=25.99%
G=3.39%
B=70.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4661250.630.9500.51260.1790.8425.69
Hex2E67D3F5F0331045b1a
Octal5661757713706340413332
Binary101110110111110111111110111110110011100000100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,6,125); }

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

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

 a { background-color: rgb(46,6,125); }

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

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

 span { border-color: rgb(46,6,125); }

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