Html Css Color HEX #2E0992 Persian Indigo

📋 copy color: '#2E0992'

red 46 ◦ green 9 ◦ blue 146

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

Shades of Persian Indigo #2E0992

Tints of Persian Indigo #2E0992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

 BLUE value IS 146 (57.42% from 255) = 72.64%

R = 22.89%
G = 4.48%
B = 72.64%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2E0992 (or 0x2E0992) is known color: Persian Indigo. HEX triplet: 2E, 09 and 92. RGB value is (46,9,146). Sum of RGB (Red+Green+Blue) = 46+9+146=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E0992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0992 is #D1F66D. Grayscale: #232323. Windows color (decimal): -13760110 or 9570606. OLE color: 9570606.

HSL color Cylindrical-coordinate representation of color #2E0992: hue angle of 256.2º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0992 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 9 146 -
CMYK 0.68 0.94 0 0.43
HSL 256.2º 0.88% 0.3% -
HSV(B) 256.2º 0.94% 0.57% -
XYZ 6.41 2.85 27.41 -
YUV 35.68 190.26 135.36 -
System Red Green Blue C M Y K H S L
Decimal 46 9 146 0.68 0.94 0 0.43 256.2 0.88 0.3
Hex 2E 9 92 44 5E 0 2B 100 58 1E
Octal 56 11 222 104 136 0 53 400 130 36
Binary 101110 1001 10010010 1000100 1011110 0 101011 100000000 1011000 11110

Color Harmonies of #2E0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0992

Black with #2E0992

Text Example


Text Example

White with #2E0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,9,146); }

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

background-color css

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

 a { background-color: rgb(46,9,146); }

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

border-color css

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

 span { border-color: rgb(46,9,146); }

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