Html Css Color HEX #3E0086 Indigo

📋 copy color: '#3E0086'

red 62 ◦ green 0 ◦ blue 134

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

Shades of Indigo #3E0086

Tints of Indigo #3E0086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.63%
G = 0%
B = 68.37%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3E0086 (or 0x3E0086) is known color: Indigo. HEX triplet: 3E, 00 and 86. RGB value is (62,0,134). Sum of RGB (Red+Green+Blue) = 62+0+134=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 134 (52.73% from 255 or 68.37% from 196); Max value from RGB is 134 - color contains mainly: blue. Hex color #3E0086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0086 is #C1FF79. Grayscale: #212121. Windows color (decimal): -12713850 or 8781886. OLE color: 8781886.

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

Color convert

RGB 62 0 134 -
CMYK 0.54 1 0 0.47
HSL 267.76º 1% 0.26% -
HSV(B) 267.76º 1% 0.53% -
XYZ 6.29 2.75 22.75 -
YUV 33.81 184.54 148.1 -
System Red Green Blue C M Y K H S L
Decimal 62 0 134 0.54 1 0 0.47 267.76 1 0.26
Hex 3E 0 86 36 64 0 2F 10C 64 1A
Octal 76 0 206 66 144 0 57 414 144 32
Binary 111110 0 10000110 110110 1100100 0 101111 100001100 1100100 11010

Color Harmonies of #3E0086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0086

Black with #3E0086

Text Example


Text Example

White with #3E0086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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