Html Css Color HEX #3C0578 Indigo

📋 copy color: '#3C0578'

red 60 ◦ green 5 ◦ blue 120

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

Shades of Indigo #3C0578

Tints of Indigo #3C0578

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

 BLUE value IS 120 (47.27% from 255) = 64.86%

R = 32.43%
G = 2.7%
B = 64.86%

CMYK

 C value IS 0.5

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C0578 (or 0x3C0578) is known color: Indigo. HEX triplet: 3C, 05 and 78. RGB value is (60,5,120). Sum of RGB (Red+Green+Blue) = 60+5+120=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C0578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0578 is #C3FA87. Grayscale: #222222. Windows color (decimal): -12843656 or 7865660. OLE color: 7865660.

HSL color Cylindrical-coordinate representation of color #3C0578: hue angle of 268.7º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0578 is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 5 120 -
CMYK 0.5 0.96 0 0.53
HSL 268.7º 0.92% 0.25% -
HSV(B) 268.7º 0.96% 0.47% -
XYZ 5.31 2.43 17.96 -
YUV 34.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 60 5 120 0.5 0.96 0 0.53 268.7 0.92 0.25
Hex 3C 5 78 32 60 0 35 10D 5C 19
Octal 74 5 170 62 140 0 65 415 134 31
Binary 111100 101 1111000 110010 1100000 0 110101 100001101 1011100 11001

Color Harmonies of #3C0578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0578

Black with #3C0578

Text Example


Text Example

White with #3C0578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,5,120); }

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

background-color css

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

 a { background-color: rgb(60,5,120); }

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

border-color css

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

 span { border-color: rgb(60,5,120); }

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