#2e0f7a

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

Shades of Persian Indigo #2E0F7A

Tints of Persian Indigo #2E0F7A

Color information

#2E0F7A (or 0x2E0F7A) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0F and 7A. RGB value is (46,15,122). Sum of RGB (Red+Green+Blue) = 46+15+122=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E0F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0F7A is #D1F085. Grayscale: #242424. Windows color (decimal): -13758598 or 7999278. OLE color: 7999278.

HSL color Cylindrical-coordinate representation of color #2E0F7A: hue angle of 257.38º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E0F7A is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4615122-
CMYK0.620.8800.52
HSL257.38º78.1%26.86%-
HSV(B)257.38º87.7%47.84%-
XYZ4.812.3318.61-
YUV36.47176.27134.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.14%
GREEN value IS 15 (6.25% from 255) = 8.20%
BLUE value IS 122 (48.05% from 255) = 66.67%
R=25.14%
G=8.20%
B=66.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46151220.620.8800.52257.3878.126.86
Hex2EF7A3E580341014e1b
Octal56171727613006440111633
Binary1011101111111101011111010110000110100100000001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e0f7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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