Html Css Color HEX #2E147E Persian Indigo

📋 copy color: '#2E147E'

red 46 ◦ green 20 ◦ blue 126

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

Shades of Persian Indigo #2E147E

Tints of Persian Indigo #2E147E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 65.63%

R = 23.96%
G = 10.42%
B = 65.63%

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

#2E147E (or 0x2E147E) is known color: Persian Indigo. HEX triplet: 2E, 14 and 7E. RGB value is (46,20,126). Sum of RGB (Red+Green+Blue) = 46+20+126=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 126 (49.61% from 255 or 65.62% from 192); Max value from RGB is 126 - color contains mainly: blue. Hex color #2E147E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E147E is #D1EB81. Grayscale: #272727. Windows color (decimal): -13757314 or 8262702. OLE color: 8262702.

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

Color convert

RGB 46 20 126 -
CMYK 0.63 0.84 0 0.51
HSL 254.72º 0.73% 0.29% -
HSV(B) 254.72º 0.84% 0.49% -
XYZ 5.14 2.59 19.97 -
YUV 39.86 176.61 132.38 -
System Red Green Blue C M Y K H S L
Decimal 46 20 126 0.63 0.84 0 0.51 254.72 0.73 0.29
Hex 2E 14 7E 3F 54 0 33 FF 49 1D
Octal 56 24 176 77 124 0 63 377 111 35
Binary 101110 10100 1111110 111111 1010100 0 110011 11111111 1001001 11101

Color Harmonies of #2E147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E147E

Black with #2E147E

Text Example


Text Example

White with #2E147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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