#2E016C

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

Shades of Persian Indigo #2E016C

Tints of Persian Indigo #2E016C

Color information

#2E016C (or 0x2E016C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 01 and 6C. RGB value is (46,1,108). Sum of RGB (Red+Green+Blue) = 46+1+108=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E016C is #D1FE93. Grayscale: #1A1A1A. Windows color (decimal): -13762196 or 7078190. OLE color: 7078190.

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

Color convert

RGB461108-
CMYK0.570.9900.58
HSL265.23º98.17%21.37%-
HSV(B)265.23º99.07%42.35%-
XYZ3.841.6914.31-
YUV26.65173.91141.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.68%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 108 (42.58% from 255) = 69.68%
R=29.68%
G=0.65%
B=69.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4611080.570.9900.58265.2398.1721.37
Hex2E16C396303A1096215
Octal5611547114307241114225
Binary1011101110110011100111000110111010100001001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,1,108); }

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

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

 a { background-color: rgb(46,1,108); }

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

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

 span { border-color: rgb(46,1,108); }

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