Html Css Color HEX #2E196D Persian Indigo

📋 copy color: '#2E196D'

red 46 ◦ green 25 ◦ blue 109

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

Shades of Persian Indigo #2E196D

Tints of Persian Indigo #2E196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.89%

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

R = 25.56%
G = 13.89%
B = 60.56%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E196D (or 0x2E196D) is known color: Persian Indigo. HEX triplet: 2E, 19 and 6D. RGB value is (46,25,109). Sum of RGB (Red+Green+Blue) = 46+25+109=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E196D is #D1E692. Grayscale: #282828. Windows color (decimal): -13756051 or 7149870. OLE color: 7149870.

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

Color convert

RGB 46 25 109 -
CMYK 0.58 0.77 0 0.57
HSL 255º 0.63% 0.26% -
HSV(B) 255º 0.77% 0.43% -
XYZ 4.23 2.38 14.7 -
YUV 40.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 46 25 109 0.58 0.77 0 0.57 255 0.63 0.26
Hex 2E 19 6D 3A 4D 0 39 FF 3F 1A
Octal 56 31 155 72 115 0 71 377 77 32
Binary 101110 11001 1101101 111010 1001101 0 111001 11111111 111111 11010

Color Harmonies of #2E196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E196D

Black with #2E196D

Text Example


Text Example

White with #2E196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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