Html Css Color HEX #3E116E Persian Indigo

📋 copy color: '#3E116E'

red 62 ◦ green 17 ◦ blue 110

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

Shades of Persian Indigo #3E116E

Tints of Persian Indigo #3E116E

RGB

 RED value IS 62 (24.61% from 255) = 32.8%

 GREEN value IS 17 (7.03% from 255) = 8.99%

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

R = 32.8%
G = 8.99%
B = 58.2%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3E116E (or 0x3E116E) is known color: Persian Indigo. HEX triplet: 3E, 11 and 6E. RGB value is (62,17,110). Sum of RGB (Red+Green+Blue) = 62+17+110=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E116E is #C1EE91. Grayscale: #282828. Windows color (decimal): -12709522 or 7213374. OLE color: 7213374.

HSL color Cylindrical-coordinate representation of color #3E116E: hue angle of 269.03º degrees, saturation: 0.73, 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 #3E116E is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 62 17 110 -
CMYK 0.44 0.85 0 0.57
HSL 269.03º 0.73% 0.25% -
HSV(B) 269.03º 0.85% 0.43% -
XYZ 5 2.55 14.98 -
YUV 41.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 62 17 110 0.44 0.85 0 0.57 269.03 0.73 0.25
Hex 3E 11 6E 2C 55 0 39 10D 49 19
Octal 76 21 156 54 125 0 71 415 111 31
Binary 111110 10001 1101110 101100 1010101 0 111001 100001101 1001001 11001

Color Harmonies of #3E116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E116E

Black with #3E116E

Text Example


Text Example

White with #3E116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E116E; }

 p { color: rgb(62,17,110); }

 H1.HeaderClassName
 {
   color: #3E116E;
 }
 .AnyTagClassName
 {
   color: #3E116E;
 }
</style>

background-color css

<style>
 a { background-color: #3E116E; }

 a { background-color: rgb(62,17,110); }

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

border-color css

<style>
 span { border-color: #3E116E; }

 span { border-color: rgb(62,17,110); }

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