Html Css Color HEX #2E106C Persian Indigo

📋 copy color: '#2E106C'

red 46 ◦ green 16 ◦ blue 108

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

Shades of Persian Indigo #2E106C

Tints of Persian Indigo #2E106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 63.53%

R = 27.06%
G = 9.41%
B = 63.53%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E106C (or 0x2E106C) is known color: Persian Indigo. HEX triplet: 2E, 10 and 6C. RGB value is (46,16,108). Sum of RGB (Red+Green+Blue) = 46+16+108=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 108 (42.58% from 255 or 63.53% from 170); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E106C is #D1EF93. Grayscale: #232323. Windows color (decimal): -13758356 or 7082030. OLE color: 7082030.

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

Color convert

RGB 46 16 108 -
CMYK 0.57 0.85 0 0.58
HSL 259.57º 0.74% 0.24% -
HSV(B) 259.57º 0.85% 0.42% -
XYZ 4.02 2.03 14.37 -
YUV 35.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 46 16 108 0.57 0.85 0 0.58 259.57 0.74 0.24
Hex 2E 10 6C 39 55 0 3A 104 4A 18
Octal 56 20 154 71 125 0 72 404 112 30
Binary 101110 10000 1101100 111001 1010101 0 111010 100000100 1001010 11000

Color Harmonies of #2E106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E106C

Black with #2E106C

Text Example


Text Example

White with #2E106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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