#2E027F

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

Shades of Persian Indigo #2E027F

Tints of Persian Indigo #2E027F

Color information

#2E027F (or 0x2E027F) is unknown color: approx Persian Indigo. HEX triplet: 2E, 02 and 7F. RGB value is (46,2,127). Sum of RGB (Red+Green+Blue) = 46+2+127=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 127 (50% from 255 or 72.57% from 175); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E027F is #D1FD80. Grayscale: #1C1C1C. Windows color (decimal): -13761921 or 8323630. OLE color: 8323630.

HSL color Cylindrical-coordinate representation of color #2E027F: hue angle of 261.12º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E027F is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB462127-
CMYK0.640.9800.50
HSL261.12º96.9%25.29%-
HSV(B)261.12º98.43%49.8%-
XYZ4.982.1620.23-
YUV29.41183.08139.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.29%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 127 (50% from 255) = 72.57%
R=26.29%
G=1.14%
B=72.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4621270.640.9800.50261.1296.925.29
Hex2E27F40620321056119
Octal56217710014206240514131
Binary101110101111111100000011000100110010100000101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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