Html Css Color HEX #3E0AAC Indigo

📋 copy color: '#3E0AAC'

red 62 ◦ green 10 ◦ blue 172

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

Shades of Indigo #3E0AAC

Tints of Indigo #3E0AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.1%

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

R = 25.41%
G = 4.1%
B = 70.49%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E0AAC (or 0x3E0AAC) is known color: Indigo. HEX triplet: 3E, 0A and AC. RGB value is (62,10,172). Sum of RGB (Red+Green+Blue) = 62+10+172=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E0AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0AAC is #C1F553. Grayscale: #2B2B2B. Windows color (decimal): -12711252 or 11274814. OLE color: 11274814.

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

Color convert

RGB 62 10 172 -
CMYK 0.64 0.94 0 0.33
HSL 259.26º 0.89% 0.36% -
HSV(B) 259.26º 0.94% 0.67% -
XYZ 9.54 4.22 39.34 -
YUV 44.02 200.23 140.83 -
System Red Green Blue C M Y K H S L
Decimal 62 10 172 0.64 0.94 0 0.33 259.26 0.89 0.36
Hex 3E A AC 40 5E 0 21 103 59 24
Octal 76 12 254 100 136 0 41 403 131 44
Binary 111110 1010 10101100 1000000 1011110 0 100001 100000011 1011001 100100

Color Harmonies of #3E0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0AAC

Black with #3E0AAC

Text Example


Text Example

White with #3E0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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