Html Css Color HEX #2E137F Persian Indigo

📋 copy color: '#2E137F'

red 46 ◦ green 19 ◦ blue 127

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

Shades of Persian Indigo #2E137F

Tints of Persian Indigo #2E137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.9%

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

R = 23.96%
G = 9.9%
B = 66.15%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2E137F (or 0x2E137F) is known color: Persian Indigo. HEX triplet: 2E, 13 and 7F. RGB value is (46,19,127). Sum of RGB (Red+Green+Blue) = 46+19+127=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E137F is #D1EC80. Grayscale: #262626. Windows color (decimal): -13757569 or 8327982. OLE color: 8327982.

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

Color convert

RGB 46 19 127 -
CMYK 0.64 0.85 0 0.50
HSL 255º 0.74% 0.29% -
HSV(B) 255º 0.85% 0.5% -
XYZ 5.19 2.58 20.3 -
YUV 39.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 46 19 127 0.64 0.85 0 0.50 255 0.74 0.29
Hex 2E 13 7F 40 55 0 32 FF 4A 1D
Octal 56 23 177 100 125 0 62 377 112 35
Binary 101110 10011 1111111 1000000 1010101 0 110010 11111111 1001010 11101

Color Harmonies of #2E137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E137F

Black with #2E137F

Text Example


Text Example

White with #2E137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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