Html Css Color HEX #2E136D Persian Indigo

📋 copy color: '#2E136D'

red 46 ◦ green 19 ◦ blue 109

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

Shades of Persian Indigo #2E136D

Tints of Persian Indigo #2E136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 62.64%

R = 26.44%
G = 10.92%
B = 62.64%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E136D (or 0x2E136D) is known color: Persian Indigo. HEX triplet: 2E, 13 and 6D. RGB value is (46,19,109). Sum of RGB (Red+Green+Blue) = 46+19+109=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E136D is #D1EC92. Grayscale: #252525. Windows color (decimal): -13757587 or 7148334. OLE color: 7148334.

HSL color Cylindrical-coordinate representation of color #2E136D: hue angle of 258º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E136D is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 19 109 -
CMYK 0.58 0.83 0 0.57
HSL 258º 0.7% 0.25% -
HSV(B) 258º 0.83% 0.43% -
XYZ 4.12 2.15 14.67 -
YUV 37.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 46 19 109 0.58 0.83 0 0.57 258 0.7 0.25
Hex 2E 13 6D 3A 53 0 39 102 46 19
Octal 56 23 155 72 123 0 71 402 106 31
Binary 101110 10011 1101101 111010 1010011 0 111001 100000010 1000110 11001

Color Harmonies of #2E136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E136D

Black with #2E136D

Text Example


Text Example

White with #2E136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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