Html Css Color HEX #3C03AA Indigo

📋 copy color: '#3C03AA'

red 60 ◦ green 3 ◦ blue 170

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

Shades of Indigo #3C03AA

Tints of Indigo #3C03AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 170 (66.8% from 255) = 72.96%

R = 25.75%
G = 1.29%
B = 72.96%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C03AA (or 0x3C03AA) is known color: Indigo. HEX triplet: 3C, 03 and AA. RGB value is (60,3,170). Sum of RGB (Red+Green+Blue) = 60+3+170=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C03AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C03AA is #C3FC55. Grayscale: #262626. Windows color (decimal): -12844118 or 11141948. OLE color: 11141948.

HSL color Cylindrical-coordinate representation of color #3C03AA: hue angle of 260.48º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C03AA is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 3 170 -
CMYK 0.65 0.98 0 0.33
HSL 260.48º 0.97% 0.34% -
HSV(B) 260.48º 0.98% 0.67% -
XYZ 9.15 3.93 38.31 -
YUV 39.08 201.88 142.92 -
System Red Green Blue C M Y K H S L
Decimal 60 3 170 0.65 0.98 0 0.33 260.48 0.97 0.34
Hex 3C 3 AA 41 62 0 21 104 61 22
Octal 74 3 252 101 142 0 41 404 141 42
Binary 111100 11 10101010 1000001 1100010 0 100001 100000100 1100001 100010

Color Harmonies of #3C03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C03AA

Black with #3C03AA

Text Example


Text Example

White with #3C03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,3,170); }

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

background-color css

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

 a { background-color: rgb(60,3,170); }

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

border-color css

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

 span { border-color: rgb(60,3,170); }

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