Html Css Color HEX #2E107D Persian Indigo

📋 copy color: '#2E107D'

red 46 ◦ green 16 ◦ blue 125

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

Shades of Persian Indigo #2E107D

Tints of Persian Indigo #2E107D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 66.84%

R = 24.6%
G = 8.56%
B = 66.84%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E107D (or 0x2E107D) is known color: Persian Indigo. HEX triplet: 2E, 10 and 7D. RGB value is (46,16,125). Sum of RGB (Red+Green+Blue) = 46+16+125=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E107D is #D1EF82. Grayscale: #242424. Windows color (decimal): -13758339 or 8196142. OLE color: 8196142.

HSL color Cylindrical-coordinate representation of color #2E107D: hue angle of 256.51º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E107D is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 16 125 -
CMYK 0.63 0.87 0 0.51
HSL 256.51º 0.77% 0.28% -
HSV(B) 256.51º 0.87% 0.49% -
XYZ 5.01 2.43 19.61 -
YUV 37.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 46 16 125 0.63 0.87 0 0.51 256.51 0.77 0.28
Hex 2E 10 7D 3F 57 0 33 101 4D 1C
Octal 56 20 175 77 127 0 63 401 115 34
Binary 101110 10000 1111101 111111 1010111 0 110011 100000001 1001101 11100

Color Harmonies of #2E107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E107D

Black with #2E107D

Text Example


Text Example

White with #2E107D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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