#2E0970

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

Shades of Persian Indigo #2E0970

Tints of Persian Indigo #2E0970

Color information

#2E0970 (or 0x2E0970) is unknown color: approx Persian Indigo. HEX triplet: 2E, 09 and 70. RGB value is (46,9,112). Sum of RGB (Red+Green+Blue) = 46+9+112=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E0970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0970 is #D1F68F. Grayscale: #1F1F1F. Windows color (decimal): -13760144 or 7342382. OLE color: 7342382.

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

Color convert

RGB469112-
CMYK0.590.9200.56
HSL261.55º85.12%23.73%-
HSV(B)261.55º91.96%43.92%-
XYZ4.151.9515.49-
YUV31.8173.26138.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 112 (44.14% from 255) = 67.07%
R=27.54%
G=5.39%
B=67.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4691120.590.9200.56261.5585.1223.73
Hex2E9703B5C0381065518
Octal56111607313407040612530
Binary1011101001111000011101110111000111000100000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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