#2E026B

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

Shades of Persian Indigo #2E026B

Tints of Persian Indigo #2E026B

Color information

#2E026B (or 0x2E026B) is unknown color: approx Persian Indigo. HEX triplet: 2E, 02 and 6B. RGB value is (46,2,107). Sum of RGB (Red+Green+Blue) = 46+2+107=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 107 (42.19% from 255 or 69.03% from 155); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E026B is #D1FD94. Grayscale: #1A1A1A. Windows color (decimal): -13761941 or 7012910. OLE color: 7012910.

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

Color convert

RGB462107-
CMYK0.570.9800.58
HSL265.14º96.33%21.37%-
HSV(B)265.14º98.13%41.96%-
XYZ3.81.6914.03-
YUV27.13173.08141.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.68%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 107 (42.19% from 255) = 69.03%
R=29.68%
G=1.29%
B=69.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4621070.570.9800.58265.1496.3321.37
Hex2E26B396203A1096015
Octal5621537114207241114025
Binary10111010110101111100111000100111010100001001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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