#2E0475

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

Shades of Persian Indigo #2E0475

Tints of Persian Indigo #2E0475

Color information

#2E0475 (or 0x2E0475) is unknown color: approx Persian Indigo. HEX triplet: 2E, 04 and 75. RGB value is (46,4,117). Sum of RGB (Red+Green+Blue) = 46+4+117=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 117 (46.09% from 255 or 70.06% from 167); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E0475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0475 is #D1FB8A. Grayscale: #1D1D1D. Windows color (decimal): -13761419 or 7668782. OLE color: 7668782.

HSL color Cylindrical-coordinate representation of color #2E0475: hue angle of 262.3º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E0475 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB464117-
CMYK0.610.9700.54
HSL262.3º93.39%23.73%-
HSV(B)262.3º96.58%45.88%-
XYZ4.381.9516.98-
YUV29.44177.41139.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 117 (46.09% from 255) = 70.06%
R=27.54%
G=2.40%
B=70.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4641170.610.9700.54262.393.3923.73
Hex2E4753D610361065d18
Octal5641657514106640613530
Binary101110100111010111110111000010110110100000110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,4,117); }

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

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

 a { background-color: rgb(46,4,117); }

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

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

 span { border-color: rgb(46,4,117); }

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