#2E0872

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

Shades of Persian Indigo #2E0872

Tints of Persian Indigo #2E0872

Color information

#2E0872 (or 0x2E0872) is unknown color: approx Persian Indigo. HEX triplet: 2E, 08 and 72. RGB value is (46,8,114). Sum of RGB (Red+Green+Blue) = 46+8+114=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E0872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0872 is #D1F78D. Grayscale: #1F1F1F. Windows color (decimal): -13760398 or 7473198. OLE color: 7473198.

HSL color Cylindrical-coordinate representation of color #2E0872: hue angle of 261.51º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E0872 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB468114-
CMYK0.600.9300.55
HSL261.51º86.89%23.92%-
HSV(B)261.51º92.98%44.71%-
XYZ4.251.9716.08-
YUV31.45174.59138.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.38%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 114 (44.92% from 255) = 67.86%
R=27.38%
G=4.76%
B=67.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4681140.600.9300.55261.5186.8923.92
Hex2E8723C5D0371065718
Octal56101627413506740612730
Binary1011101000111001011110010111010110111100000110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,8,114); }

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

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

 a { background-color: rgb(46,8,114); }

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

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

 span { border-color: rgb(46,8,114); }

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