#2E0975

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

Shades of Persian Indigo #2E0975

Tints of Persian Indigo #2E0975

Color information

#2E0975 (or 0x2E0975) is unknown color: approx Persian Indigo. HEX triplet: 2E, 09 and 75. RGB value is (46,9,117). Sum of RGB (Red+Green+Blue) = 46+9+117=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E0975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0975 is #D1F68A. Grayscale: #1F1F1F. Windows color (decimal): -13760139 or 7670062. OLE color: 7670062.

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

Color convert

RGB469117-
CMYK0.610.9200.54
HSL260.56º85.71%24.71%-
HSV(B)260.56º92.31%45.88%-
XYZ4.442.0616.99-
YUV32.38175.76137.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.74%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 117 (46.09% from 255) = 68.02%
R=26.74%
G=5.23%
B=68.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4691170.610.9200.54260.5685.7124.71
Hex2E9753D5C0361055619
Octal56111657513406640512631
Binary1011101001111010111110110111000110110100000101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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