Html Css Color HEX #2E147C Persian Indigo

📋 copy color: '#2E147C'

red 46 ◦ green 20 ◦ blue 124

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

Shades of Persian Indigo #2E147C

Tints of Persian Indigo #2E147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.53%

 BLUE value IS 124 (48.83% from 255) = 65.26%

R = 24.21%
G = 10.53%
B = 65.26%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E147C (or 0x2E147C) is known color: Persian Indigo. HEX triplet: 2E, 14 and 7C. RGB value is (46,20,124). Sum of RGB (Red+Green+Blue) = 46+20+124=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E147C is #D1EB83. Grayscale: #272727. Windows color (decimal): -13757316 or 8131630. OLE color: 8131630.

HSL color Cylindrical-coordinate representation of color #2E147C: hue angle of 255º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E147C is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 20 124 -
CMYK 0.63 0.84 0 0.51
HSL 255º 0.72% 0.28% -
HSV(B) 255º 0.84% 0.49% -
XYZ 5.01 2.54 19.29 -
YUV 39.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 46 20 124 0.63 0.84 0 0.51 255 0.72 0.28
Hex 2E 14 7C 3F 54 0 33 FF 48 1C
Octal 56 24 174 77 124 0 63 377 110 34
Binary 101110 10100 1111100 111111 1010100 0 110011 11111111 1001000 11100

Color Harmonies of #2E147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E147C

Black with #2E147C

Text Example


Text Example

White with #2E147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,20,124); }

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

background-color css

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

 a { background-color: rgb(46,20,124); }

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

border-color css

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

 span { border-color: rgb(46,20,124); }

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