Html Css Color HEX #2E0596 Persian Indigo

📋 copy color: '#2E0596'

red 46 ◦ green 5 ◦ blue 150

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

Shades of Persian Indigo #2E0596

Tints of Persian Indigo #2E0596

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 22.89%
G = 2.49%
B = 74.63%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2E0596 (or 0x2E0596) is known color: Persian Indigo. HEX triplet: 2E, 05 and 96. RGB value is (46,5,150). Sum of RGB (Red+Green+Blue) = 46+5+150=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 150 (58.98% from 255 or 74.63% from 201); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E0596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0596 is #D1FA69. Grayscale: #212121. Windows color (decimal): -13761130 or 9831726. OLE color: 9831726.

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

Color convert

RGB 46 5 150 -
CMYK 0.69 0.97 0 0.41
HSL 256.97º 0.94% 0.3% -
HSV(B) 256.97º 0.97% 0.59% -
XYZ 6.69 2.89 29.06 -
YUV 33.79 193.58 136.71 -
System Red Green Blue C M Y K H S L
Decimal 46 5 150 0.69 0.97 0 0.41 256.97 0.94 0.3
Hex 2E 5 96 45 61 0 29 101 5E 1E
Octal 56 5 226 105 141 0 51 401 136 36
Binary 101110 101 10010110 1000101 1100001 0 101001 100000001 1011110 11110

Color Harmonies of #2E0596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0596

Black with #2E0596

Text Example


Text Example

White with #2E0596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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