#2E0898

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

Shades of Persian Indigo #2E0898

Tints of Persian Indigo #2E0898

Color information

#2E0898 (or 0x2E0898) is unknown color: approx Persian Indigo. HEX triplet: 2E, 08 and 98. RGB value is (46,8,152). Sum of RGB (Red+Green+Blue) = 46+8+152=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #2E0898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0898 is #D1F767. Grayscale: #232323. Windows color (decimal): -13760360 or 9963566. OLE color: 9963566.

HSL color Cylindrical-coordinate representation of color #2E0898: hue angle of 255.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0898 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB468152-
CMYK0.700.9500.40
HSL255.83º90%31.37%-
HSV(B)255.83º94.74%59.61%-
XYZ6.883.0229.93-
YUV35.78193.59135.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.33%
GREEN value IS 8 (3.52% from 255) = 3.88%
BLUE value IS 152 (59.77% from 255) = 73.79%
R=22.33%
G=3.88%
B=73.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4681520.700.9500.40255.839031.37
Hex2E898465F0281005a1f
Octal561023010613705040013237
Binary101110100010011000100011010111110101000100000000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,8,152); }

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

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

 a { background-color: rgb(46,8,152); }

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

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

 span { border-color: rgb(46,8,152); }

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