Html Css Color HEX #2E2196 Persian Indigo

📋 copy color: '#2E2196'

red 46 ◦ green 33 ◦ blue 150

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

Shades of Persian Indigo #2E2196

Tints of Persian Indigo #2E2196

RGB

 RED value IS 46 (18.36% from 255) = 20.09%

 GREEN value IS 33 (13.28% from 255) = 14.41%

 BLUE value IS 150 (58.98% from 255) = 65.5%

R = 20.09%
G = 14.41%
B = 65.5%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2E2196 (or 0x2E2196) is known color: Persian Indigo. HEX triplet: 2E, 21 and 96. RGB value is (46,33,150). Sum of RGB (Red+Green+Blue) = 46+33+150=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E2196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2196 is #D1DE69. Grayscale: #313131. Windows color (decimal): -13753962 or 9838894. OLE color: 9838894.

HSL color Cylindrical-coordinate representation of color #2E2196: hue angle of 246.67º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E2196 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 46 33 150 -
CMYK 0.69 0.78 0 0.41
HSL 246.67º 0.64% 0.36% -
HSV(B) 246.67º 0.78% 0.59% -
XYZ 7.18 3.87 29.22 -
YUV 50.23 184.31 124.99 -
System Red Green Blue C M Y K H S L
Decimal 46 33 150 0.69 0.78 0 0.41 246.67 0.64 0.36
Hex 2E 21 96 45 4E 0 29 F7 40 24
Octal 56 41 226 105 116 0 51 367 100 44
Binary 101110 100001 10010110 1000101 1001110 0 101001 11110111 1000000 100100

Color Harmonies of #2E2196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2196

Black with #2E2196

Text Example


Text Example

White with #2E2196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,33,150); }

 H1.HeaderClassName
 {
   color: #2E2196;
 }
 .AnyTagClassName
 {
   color: #2E2196;
 }
</style>

background-color css

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

 a { background-color: rgb(46,33,150); }

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

border-color css

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

 span { border-color: rgb(46,33,150); }

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