Html Css Color HEX #2E248D Persian Indigo

📋 copy color: '#2E248D'

red 46 ◦ green 36 ◦ blue 141

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

Shades of Persian Indigo #2E248D

Tints of Persian Indigo #2E248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 20.63%
G = 16.14%
B = 63.23%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E248D (or 0x2E248D) is known color: Persian Indigo. HEX triplet: 2E, 24 and 8D. RGB value is (46,36,141). Sum of RGB (Red+Green+Blue) = 46+36+141=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E248D is #D1DB72. Grayscale: #323232. Windows color (decimal): -13753203 or 9249838. OLE color: 9249838.

HSL color Cylindrical-coordinate representation of color #2E248D: hue angle of 245.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E248D is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 36 141 -
CMYK 0.67 0.74 0 0.45
HSL 245.71º 0.59% 0.35% -
HSV(B) 245.71º 0.74% 0.55% -
XYZ 6.57 3.77 25.58 -
YUV 50.96 178.81 124.46 -
System Red Green Blue C M Y K H S L
Decimal 46 36 141 0.67 0.74 0 0.45 245.71 0.59 0.35
Hex 2E 24 8D 43 4A 0 2D F6 3B 23
Octal 56 44 215 103 112 0 55 366 73 43
Binary 101110 100100 10001101 1000011 1001010 0 101101 11110110 111011 100011

Color Harmonies of #2E248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E248D

Black with #2E248D

Text Example


Text Example

White with #2E248D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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