Html Css Color HEX #2E2090 Persian Indigo

📋 copy color: '#2E2090'

red 46 ◦ green 32 ◦ blue 144

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

Shades of Persian Indigo #2E2090

Tints of Persian Indigo #2E2090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

 BLUE value IS 144 (56.64% from 255) = 64.86%

R = 20.72%
G = 14.41%
B = 64.86%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E2090 (or 0x2E2090) is known color: Persian Indigo. HEX triplet: 2E, 20 and 90. RGB value is (46,32,144). Sum of RGB (Red+Green+Blue) = 46+32+144=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E2090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2090 is #D1DF6F. Grayscale: #303030. Windows color (decimal): -13754224 or 9445422. OLE color: 9445422.

HSL color Cylindrical-coordinate representation of color #2E2090: hue angle of 247.5º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E2090 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 32 144 -
CMYK 0.68 0.78 0 0.44
HSL 247.5º 0.64% 0.35% -
HSV(B) 247.5º 0.78% 0.56% -
XYZ 6.68 3.63 26.73 -
YUV 48.95 181.64 125.89 -
System Red Green Blue C M Y K H S L
Decimal 46 32 144 0.68 0.78 0 0.44 247.5 0.64 0.35
Hex 2E 20 90 44 4E 0 2C F8 40 23
Octal 56 40 220 104 116 0 54 370 100 43
Binary 101110 100000 10010000 1000100 1001110 0 101100 11111000 1000000 100011

Color Harmonies of #2E2090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2090

Black with #2E2090

Text Example


Text Example

White with #2E2090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,32,144); }

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

background-color css

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

 a { background-color: rgb(46,32,144); }

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

border-color css

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

 span { border-color: rgb(46,32,144); }

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