Html Css Color HEX #2E0895 Persian Indigo

📋 copy color: '#2E0895'

red 46 ◦ green 8 ◦ blue 149

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

Shades of Persian Indigo #2E0895

Tints of Persian Indigo #2E0895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.94%

 BLUE value IS 149 (58.59% from 255) = 73.4%

R = 22.66%
G = 3.94%
B = 73.4%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E0895 (or 0x2E0895) is known color: Persian Indigo. HEX triplet: 2E, 08 and 95. RGB value is (46,8,149). Sum of RGB (Red+Green+Blue) = 46+8+149=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E0895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0895 is #D1F76A. Grayscale: #222222. Windows color (decimal): -13760363 or 9766958. OLE color: 9766958.

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

Color convert

RGB 46 8 149 -
CMYK 0.69 0.95 0 0.42
HSL 256.17º 0.9% 0.31% -
HSV(B) 256.17º 0.95% 0.58% -
XYZ 6.64 2.92 28.65 -
YUV 35.44 192.09 135.54 -
System Red Green Blue C M Y K H S L
Decimal 46 8 149 0.69 0.95 0 0.42 256.17 0.9 0.31
Hex 2E 8 95 45 5F 0 2A 100 5A 1F
Octal 56 10 225 105 137 0 52 400 132 37
Binary 101110 1000 10010101 1000101 1011111 0 101010 100000000 1011010 11111

Color Harmonies of #2E0895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0895

Black with #2E0895

Text Example


Text Example

White with #2E0895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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