Html Css Color HEX #3C0676 Indigo

📋 copy color: '#3C0676'

red 60 ◦ green 6 ◦ blue 118

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

Shades of Indigo #3C0676

Tints of Indigo #3C0676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.26%

 BLUE value IS 118 (46.48% from 255) = 64.13%

R = 32.61%
G = 3.26%
B = 64.13%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C0676 (or 0x3C0676) is known color: Indigo. HEX triplet: 3C, 06 and 76. RGB value is (60,6,118). Sum of RGB (Red+Green+Blue) = 60+6+118=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C0676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0676 is #C3F989. Grayscale: #222222. Windows color (decimal): -12843402 or 7734844. OLE color: 7734844.

HSL color Cylindrical-coordinate representation of color #3C0676: hue angle of 268.93º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0676 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 6 118 -
CMYK 0.49 0.95 0 0.54
HSL 268.93º 0.9% 0.24% -
HSV(B) 268.93º 0.95% 0.46% -
XYZ 5.2 2.4 17.33 -
YUV 34.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 60 6 118 0.49 0.95 0 0.54 268.93 0.9 0.24
Hex 3C 6 76 31 5F 0 36 10D 5A 18
Octal 74 6 166 61 137 0 66 415 132 30
Binary 111100 110 1110110 110001 1011111 0 110110 100001101 1011010 11000

Color Harmonies of #3C0676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0676

Black with #3C0676

Text Example


Text Example

White with #3C0676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,6,118); }

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

background-color css

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

 a { background-color: rgb(60,6,118); }

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

border-color css

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

 span { border-color: rgb(60,6,118); }

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