Html Css Color HEX #2E106E Persian Indigo

📋 copy color: '#2E106E'

red 46 ◦ green 16 ◦ blue 110

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

Shades of Persian Indigo #2E106E

Tints of Persian Indigo #2E106E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.3%

 BLUE value IS 110 (43.36% from 255) = 63.95%

R = 26.74%
G = 9.3%
B = 63.95%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E106E (or 0x2E106E) is known color: Persian Indigo. HEX triplet: 2E, 10 and 6E. RGB value is (46,16,110). Sum of RGB (Red+Green+Blue) = 46+16+110=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E106E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E106E is #D1EF91. Grayscale: #232323. Windows color (decimal): -13758354 or 7213102. OLE color: 7213102.

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

Color convert

RGB 46 16 110 -
CMYK 0.58 0.85 0 0.57
HSL 259.15º 0.75% 0.25% -
HSV(B) 259.15º 0.85% 0.43% -
XYZ 4.13 2.08 14.94 -
YUV 35.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 46 16 110 0.58 0.85 0 0.57 259.15 0.75 0.25
Hex 2E 10 6E 3A 55 0 39 103 4B 19
Octal 56 20 156 72 125 0 71 403 113 31
Binary 101110 10000 1101110 111010 1010101 0 111001 100000011 1001011 11001

Color Harmonies of #2E106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E106E

Black with #2E106E

Text Example


Text Example

White with #2E106E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,16,110); }

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

background-color css

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

 a { background-color: rgb(46,16,110); }

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

border-color css

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

 span { border-color: rgb(46,16,110); }

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