Html Css Color HEX #2E2495 Persian Indigo

📋 copy color: '#2E2495'

red 46 ◦ green 36 ◦ blue 149

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

Shades of Persian Indigo #2E2495

Tints of Persian Indigo #2E2495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 19.91%
G = 15.58%
B = 64.5%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E2495 (or 0x2E2495) is known color: Persian Indigo. HEX triplet: 2E, 24 and 95. RGB value is (46,36,149). Sum of RGB (Red+Green+Blue) = 46+36+149=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E2495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2495 is #D1DB6A. Grayscale: #333333. Windows color (decimal): -13753195 or 9774126. OLE color: 9774126.

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

Color convert

RGB 46 36 149 -
CMYK 0.69 0.76 0 0.42
HSL 245.31º 0.61% 0.36% -
HSV(B) 245.31º 0.76% 0.58% -
XYZ 7.18 4.01 28.83 -
YUV 51.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 46 36 149 0.69 0.76 0 0.42 245.31 0.61 0.36
Hex 2E 24 95 45 4C 0 2A F5 3D 24
Octal 56 44 225 105 114 0 52 365 75 44
Binary 101110 100100 10010101 1000101 1001100 0 101010 11110101 111101 100100

Color Harmonies of #2E2495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2495

Black with #2E2495

Text Example


Text Example

White with #2E2495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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