Html Css Color HEX #3E1086 Persian Indigo

📋 copy color: '#3E1086'

red 62 ◦ green 16 ◦ blue 134

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

Shades of Persian Indigo #3E1086

Tints of Persian Indigo #3E1086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 63.21%

R = 29.25%
G = 7.55%
B = 63.21%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3E1086 (or 0x3E1086) is known color: Persian Indigo. HEX triplet: 3E, 10 and 86. RGB value is (62,16,134). Sum of RGB (Red+Green+Blue) = 62+16+134=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 134 (52.73% from 255 or 63.21% from 212); Max value from RGB is 134 - color contains mainly: blue. Hex color #3E1086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1086 is #C1EF79. Grayscale: #2A2A2A. Windows color (decimal): -12709754 or 8785982. OLE color: 8785982.

HSL color Cylindrical-coordinate representation of color #3E1086: hue angle of 263.39º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E1086 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 62 16 134 -
CMYK 0.54 0.88 0 0.47
HSL 263.39º 0.79% 0.29% -
HSV(B) 263.39º 0.88% 0.53% -
XYZ 6.47 3.12 22.81 -
YUV 43.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 62 16 134 0.54 0.88 0 0.47 263.39 0.79 0.29
Hex 3E 10 86 36 58 0 2F 107 4F 1D
Octal 76 20 206 66 130 0 57 407 117 35
Binary 111110 10000 10000110 110110 1011000 0 101111 100000111 1001111 11101

Color Harmonies of #3E1086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1086

Black with #3E1086

Text Example


Text Example

White with #3E1086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,16,134); }

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

background-color css

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

 a { background-color: rgb(62,16,134); }

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

border-color css

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

 span { border-color: rgb(62,16,134); }

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