#2E0575

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

Shades of Persian Indigo #2E0575

Tints of Persian Indigo #2E0575

Color information

#2E0575 (or 0x2E0575) is unknown color: approx Persian Indigo. HEX triplet: 2E, 05 and 75. RGB value is (46,5,117). Sum of RGB (Red+Green+Blue) = 46+5+117=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E0575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0575 is #D1FA8A. Grayscale: #1D1D1D. Windows color (decimal): -13761163 or 7669038. OLE color: 7669038.

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

Color convert

RGB465117-
CMYK0.610.9600.54
HSL261.96º91.8%23.92%-
HSV(B)261.96º95.73%45.88%-
XYZ4.391.9716.98-
YUV30.03177.08139.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.38%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 117 (46.09% from 255) = 69.64%
R=27.38%
G=2.98%
B=69.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4651170.610.9600.54261.9691.823.92
Hex2E5753D600361065c18
Octal5651657514006640613430
Binary101110101111010111110111000000110110100000110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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