Html Css Color HEX #3C0AAE Indigo

📋 copy color: '#3C0AAE'

red 60 ◦ green 10 ◦ blue 174

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

Shades of Indigo #3C0AAE

Tints of Indigo #3C0AAE

RGB

 RED value IS 60 (23.83% from 255) = 24.59%

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

 BLUE value IS 174 (68.36% from 255) = 71.31%

R = 24.59%
G = 4.1%
B = 71.31%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C0AAE (or 0x3C0AAE) is known color: Indigo. HEX triplet: 3C, 0A and AE. RGB value is (60,10,174). Sum of RGB (Red+Green+Blue) = 60+10+174=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C0AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0AAE is #C3F551. Grayscale: #2B2B2B. Windows color (decimal): -12842322 or 11405884. OLE color: 11405884.

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

Color convert

RGB 60 10 174 -
CMYK 0.66 0.94 0 0.32
HSL 258.29º 0.89% 0.36% -
HSV(B) 258.29º 0.94% 0.68% -
XYZ 9.61 4.23 40.35 -
YUV 43.65 201.57 139.66 -
System Red Green Blue C M Y K H S L
Decimal 60 10 174 0.66 0.94 0 0.32 258.29 0.89 0.36
Hex 3C A AE 42 5E 0 20 102 59 24
Octal 74 12 256 102 136 0 40 402 131 44
Binary 111100 1010 10101110 1000010 1011110 0 100000 100000010 1011001 100100

Color Harmonies of #3C0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0AAE

Black with #3C0AAE

Text Example


Text Example

White with #3C0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,10,174); }

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

background-color css

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

 a { background-color: rgb(60,10,174); }

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

border-color css

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

 span { border-color: rgb(60,10,174); }

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