#2E029A

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

Shades of Persian Indigo #2E029A

Tints of Persian Indigo #2E029A

Color information

#2E029A (or 0x2E029A) is unknown color: approx Persian Indigo. HEX triplet: 2E, 02 and 9A. RGB value is (46,2,154). Sum of RGB (Red+Green+Blue) = 46+2+154=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 154 (60.55% from 255 or 76.24% from 202); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E029A is #D1FD65. Grayscale: #1F1F1F. Windows color (decimal): -13761894 or 10093102. OLE color: 10093102.

HSL color Cylindrical-coordinate representation of color #2E029A: hue angle of 257.37º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E029A is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB462154-
CMYK0.700.9900.40
HSL257.37º97.44%30.59%-
HSV(B)257.37º98.7%60.39%-
XYZ6.982.9630.77-
YUV32.48196.58137.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.77%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 154 (60.55% from 255) = 76.24%
R=22.77%
G=0.99%
B=76.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4621540.700.9900.40257.3797.4430.59
Hex2E29A4663028101611f
Octal56223210614305040114137
Binary1011101010011010100011011000110101000100000001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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