#2E0297

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

Shades of Persian Indigo #2E0297

Tints of Persian Indigo #2E0297

Color information

#2E0297 (or 0x2E0297) is unknown color: approx Persian Indigo. HEX triplet: 2E, 02 and 97. RGB value is (46,2,151). Sum of RGB (Red+Green+Blue) = 46+2+151=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 151 (59.38% from 255 or 75.88% from 199); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E0297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0297 is #D1FD68. Grayscale: #1F1F1F. Windows color (decimal): -13761897 or 9896494. OLE color: 9896494.

HSL color Cylindrical-coordinate representation of color #2E0297: hue angle of 257.72º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E0297 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB462151-
CMYK0.700.9900.41
HSL257.72º97.39%30%-
HSV(B)257.72º98.68%59.22%-
XYZ6.732.8629.47-
YUV32.14195.08137.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.12%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 151 (59.38% from 255) = 75.88%
R=23.12%
G=1.01%
B=75.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4621510.700.9900.41257.7297.3930
Hex2E2974663029102611e
Octal56222710614305140214136
Binary1011101010010111100011011000110101001100000010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,2,151); }

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

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

 a { background-color: rgb(46,2,151); }

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

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

 span { border-color: rgb(46,2,151); }

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