#2E0F75

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

Shades of Persian Indigo #2E0F75

Tints of Persian Indigo #2E0F75

Color information

#2E0F75 (or 0x2E0F75) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0F and 75. RGB value is (46,15,117). Sum of RGB (Red+Green+Blue) = 46+15+117=178 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.84% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E0F75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0F75 is #D1F08A. Grayscale: #232323. Windows color (decimal): -13758603 or 7671598. OLE color: 7671598.

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

Color convert

RGB4615117-
CMYK0.610.8700.54
HSL258.24º77.27%25.88%-
HSV(B)258.24º87.18%45.88%-
XYZ4.512.2117.02-
YUV35.9173.77135.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.84%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 117 (46.09% from 255) = 65.73%
R=25.84%
G=8.43%
B=65.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46151170.610.8700.54258.2477.2725.88
Hex2EF753D570361024d1a
Octal56171657512706640211532
Binary1011101111111010111110110101110110110100000010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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