Html Css Color HEX #2E0297 Persian Indigo

📋 copy color: '#2E0297'

red 46 ◦ green 2 ◦ blue 151

#2E0297
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #2E0297

Tints of Persian Indigo #2E0297

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 value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2E0297 (or 0x2E0297) is known color: 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

RGB 46 2 151 -
CMYK 0.70 0.99 0 0.41
HSL 257.72º 0.97% 0.3% -
HSV(B) 257.72º 0.99% 0.59% -
XYZ 6.73 2.86 29.47 -
YUV 32.14 195.08 137.88 -
System Red Green Blue C M Y K H S L
Decimal 46 2 151 0.70 0.99 0 0.41 257.72 0.97 0.3
Hex 2E 2 97 46 63 0 29 102 61 1E
Octal 56 2 227 106 143 0 51 402 141 36
Binary 101110 10 10010111 1000110 1100011 0 101001 100000010 1100001 11110

Color Harmonies of #2E0297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0297

Black with #2E0297

Text Example


Text Example

White with #2E0297

Text Example


Text Example

HTML Codes & Css Web 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>