Html Css Color HEX #2E106B Persian Indigo

📋 copy color: '#2E106B'

red 46 ◦ green 16 ◦ blue 107

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

Shades of Persian Indigo #2E106B

Tints of Persian Indigo #2E106B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 63.31%

R = 27.22%
G = 9.47%
B = 63.31%

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

#2E106B (or 0x2E106B) is known color: Persian Indigo. HEX triplet: 2E, 10 and 6B. RGB value is (46,16,107). Sum of RGB (Red+Green+Blue) = 46+16+107=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 107 (42.19% from 255 or 63.31% from 169); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E106B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E106B is #D1EF94. Grayscale: #232323. Windows color (decimal): -13758357 or 7016494. OLE color: 7016494.

HSL color Cylindrical-coordinate representation of color #2E106B: hue angle of 259.78º 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 #2E106B is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 16 107 -
CMYK 0.57 0.85 0 0.58
HSL 259.78º 0.74% 0.24% -
HSV(B) 259.78º 0.85% 0.42% -
XYZ 3.97 2.01 14.09 -
YUV 35.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 46 16 107 0.57 0.85 0 0.58 259.78 0.74 0.24
Hex 2E 10 6B 39 55 0 3A 104 4A 18
Octal 56 20 153 71 125 0 72 404 112 30
Binary 101110 10000 1101011 111001 1010101 0 111010 100000100 1001010 11000

Color Harmonies of #2E106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E106B

Black with #2E106B

Text Example


Text Example

White with #2E106B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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