Html Css Color HEX #3C01A1 Indigo

📋 copy color: '#3C01A1'

red 60 ◦ green 1 ◦ blue 161

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

Shades of Indigo #3C01A1

Tints of Indigo #3C01A1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 161 (63.28% from 255) = 72.52%

R = 27.03%
G = 0.45%
B = 72.52%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3C01A1 (or 0x3C01A1) is known color: Indigo. HEX triplet: 3C, 01 and A1. RGB value is (60,1,161). Sum of RGB (Red+Green+Blue) = 60+1+161=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 161 (63.28% from 255 or 72.52% from 222); Max value from RGB is 161 - color contains mainly: blue. Hex color #3C01A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C01A1 is #C3FE5E. Grayscale: #242424. Windows color (decimal): -12844639 or 10551612. OLE color: 10551612.

HSL color Cylindrical-coordinate representation of color #3C01A1: hue angle of 262.12º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C01A1 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 60 1 161 -
CMYK 0.63 0.99 0 0.37
HSL 262.13º 0.99% 0.32% -
HSV(B) 262.13º 0.99% 0.63% -
XYZ 8.31 3.56 33.97 -
YUV 36.88 198.05 144.49 -
System Red Green Blue C M Y K H S L
Decimal 60 1 161 0.63 0.99 0 0.37 262.13 0.99 0.32
Hex 3C 1 A1 3F 63 0 25 106 63 20
Octal 74 1 241 77 143 0 45 406 143 40
Binary 111100 1 10100001 111111 1100011 0 100101 100000110 1100011 100000

Color Harmonies of #3C01A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C01A1

Black with #3C01A1

Text Example


Text Example

White with #3C01A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,1,161); }

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

background-color css

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

 a { background-color: rgb(60,1,161); }

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

border-color css

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

 span { border-color: rgb(60,1,161); }

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