Html Css Color HEX #3E0DAC Indigo

📋 copy color: '#3E0DAC'

red 62 ◦ green 13 ◦ blue 172

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

Shades of Indigo #3E0DAC

Tints of Indigo #3E0DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.26%

 BLUE value IS 172 (67.58% from 255) = 69.64%

R = 25.1%
G = 5.26%
B = 69.64%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E0DAC (or 0x3E0DAC) is known color: Indigo. HEX triplet: 3E, 0D and AC. RGB value is (62,13,172). Sum of RGB (Red+Green+Blue) = 62+13+172=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E0DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0DAC is #C1F253. Grayscale: #2D2D2D. Windows color (decimal): -12710484 or 11275582. OLE color: 11275582.

HSL color Cylindrical-coordinate representation of color #3E0DAC: hue angle of 258.49º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0DAC is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 13 172 -
CMYK 0.64 0.92 0 0.33
HSL 258.49º 0.86% 0.36% -
HSV(B) 258.49º 0.92% 0.67% -
XYZ 9.58 4.29 39.35 -
YUV 45.78 199.23 139.57 -
System Red Green Blue C M Y K H S L
Decimal 62 13 172 0.64 0.92 0 0.33 258.49 0.86 0.36
Hex 3E D AC 40 5C 0 21 102 56 24
Octal 76 15 254 100 134 0 41 402 126 44
Binary 111110 1101 10101100 1000000 1011100 0 100001 100000010 1010110 100100

Color Harmonies of #3E0DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0DAC

Black with #3E0DAC

Text Example


Text Example

White with #3E0DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,13,172); }

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

background-color css

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

 a { background-color: rgb(62,13,172); }

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

border-color css

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

 span { border-color: rgb(62,13,172); }

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