Html Css Color HEX #2E147F Persian Indigo

📋 copy color: '#2E147F'

red 46 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #2E147F

Tints of Persian Indigo #2E147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 65.8%

R = 23.83%
G = 10.36%
B = 65.8%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2E147F (or 0x2E147F) is known color: Persian Indigo. HEX triplet: 2E, 14 and 7F. RGB value is (46,20,127). Sum of RGB (Red+Green+Blue) = 46+20+127=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E147F is #D1EB80. Grayscale: #272727. Windows color (decimal): -13757313 or 8328238. OLE color: 8328238.

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

Color convert

RGB 46 20 127 -
CMYK 0.64 0.84 0 0.50
HSL 254.58º 0.73% 0.29% -
HSV(B) 254.58º 0.84% 0.5% -
XYZ 5.21 2.61 20.31 -
YUV 39.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 46 20 127 0.64 0.84 0 0.50 254.58 0.73 0.29
Hex 2E 14 7F 40 54 0 32 FF 49 1D
Octal 56 24 177 100 124 0 62 377 111 35
Binary 101110 10100 1111111 1000000 1010100 0 110010 11111111 1001001 11101

Color Harmonies of #2E147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E147F

Black with #2E147F

Text Example


Text Example

White with #2E147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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