#2E167C

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

Shades of Persian Indigo #2E167C

Tints of Persian Indigo #2E167C

Color information

#2E167C (or 0x2E167C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 16 and 7C. RGB value is (46,22,124). Sum of RGB (Red+Green+Blue) = 46+22+124=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E167C is #D1E983. Grayscale: #282828. Windows color (decimal): -13756804 or 8132142. OLE color: 8132142.

HSL color Cylindrical-coordinate representation of color #2E167C: hue angle of 254.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E167C is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4622124-
CMYK0.630.8200.51
HSL254.12º69.86%28.63%-
HSV(B)254.12º82.26%48.63%-
XYZ5.052.6119.31-
YUV40.8174.95131.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 124 (48.83% from 255) = 64.58%
R=23.96%
G=11.46%
B=64.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46221240.630.8200.51254.1269.8628.63
Hex2E167C3F52033fe461d
Octal56261747712206337610635
Binary1011101011011111001111111010010011001111111110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,22,124); }

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

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

 a { background-color: rgb(46,22,124); }

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

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

 span { border-color: rgb(46,22,124); }

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