#2E1070

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

Shades of Persian Indigo #2E1070

Tints of Persian Indigo #2E1070

Color information

#2E1070 (or 0x2E1070) is unknown color: approx Persian Indigo. HEX triplet: 2E, 10 and 70. RGB value is (46,16,112). Sum of RGB (Red+Green+Blue) = 46+16+112=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E1070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1070 is #D1EF8F. Grayscale: #232323. Windows color (decimal): -13758352 or 7344174. OLE color: 7344174.

HSL color Cylindrical-coordinate representation of color #2E1070: hue angle of 258.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E1070 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4616112-
CMYK0.590.8600.56
HSL258.75º75%25.1%-
HSV(B)258.75º85.71%43.92%-
XYZ4.242.1215.52-
YUV35.91170.94135.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 16 (6.64% from 255) = 9.20%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=26.44%
G=9.20%
B=64.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46161120.590.8600.56258.757525.1
Hex2E10703B560381034b19
Octal56201607312607040311331
Binary10111010000111000011101110101100111000100000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,16,112); }

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

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

 a { background-color: rgb(46,16,112); }

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

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

 span { border-color: rgb(46,16,112); }

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