#2E026D

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

Shades of Persian Indigo #2E026D

Tints of Persian Indigo #2E026D

Color information

#2E026D (or 0x2E026D) is unknown color: approx Persian Indigo. HEX triplet: 2E, 02 and 6D. RGB value is (46,2,109). Sum of RGB (Red+Green+Blue) = 46+2+109=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E026D is #D1FD92. Grayscale: #1A1A1A. Windows color (decimal): -13761939 or 7143982. OLE color: 7143982.

HSL color Cylindrical-coordinate representation of color #2E026D: hue angle of 264.67º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E026D is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB462109-
CMYK0.580.9800.57
HSL264.67º96.4%21.76%-
HSV(B)264.67º98.17%42.75%-
XYZ3.911.7314.6-
YUV27.35174.08141.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 109 (42.97% from 255) = 69.43%
R=29.30%
G=1.27%
B=69.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4621090.580.9800.57264.6796.421.76
Hex2E26D3A620391096016
Octal5621557214207141114026
Binary10111010110110111101011000100111001100001001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,2,109); }

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

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

 a { background-color: rgb(46,2,109); }

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

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

 span { border-color: rgb(46,2,109); }

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