Html Css Color HEX #3C0470 Indigo

📋 copy color: '#3C0470'

red 60 ◦ green 4 ◦ blue 112

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

Shades of Indigo #3C0470

Tints of Indigo #3C0470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.27%

 BLUE value IS 112 (44.14% from 255) = 63.64%

R = 34.09%
G = 2.27%
B = 63.64%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C0470 (or 0x3C0470) is known color: Indigo. HEX triplet: 3C, 04 and 70. RGB value is (60,4,112). Sum of RGB (Red+Green+Blue) = 60+4+112=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C0470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0470 is #C3FB8F. Grayscale: #202020. Windows color (decimal): -12843920 or 7341116. OLE color: 7341116.

HSL color Cylindrical-coordinate representation of color #3C0470: hue angle of 271.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0470 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 4 112 -
CMYK 0.46 0.96 0 0.56
HSL 271.11º 0.93% 0.23% -
HSV(B) 271.11º 0.96% 0.44% -
XYZ 4.83 2.22 15.5 -
YUV 33.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 60 4 112 0.46 0.96 0 0.56 271.11 0.93 0.23
Hex 3C 4 70 2E 60 0 38 10F 5D 17
Octal 74 4 160 56 140 0 70 417 135 27
Binary 111100 100 1110000 101110 1100000 0 111000 100001111 1011101 10111

Color Harmonies of #3C0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0470

Black with #3C0470

Text Example


Text Example

White with #3C0470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,4,112); }

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

background-color css

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

 a { background-color: rgb(60,4,112); }

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

border-color css

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

 span { border-color: rgb(60,4,112); }

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