Html Css Color HEX #3C079C Indigo

📋 copy color: '#3C079C'

red 60 ◦ green 7 ◦ blue 156

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

Shades of Indigo #3C079C

Tints of Indigo #3C079C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

 BLUE value IS 156 (61.33% from 255) = 69.96%

R = 26.91%
G = 3.14%
B = 69.96%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C079C (or 0x3C079C) is known color: Indigo. HEX triplet: 3C, 07 and 9C. RGB value is (60,7,156). Sum of RGB (Red+Green+Blue) = 60+7+156=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C079C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C079C is #C3F863. Grayscale: #272727. Windows color (decimal): -12843108 or 10225468. OLE color: 10225468.

HSL color Cylindrical-coordinate representation of color #3C079C: hue angle of 261.34º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C079C is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 7 156 -
CMYK 0.62 0.96 0 0.39
HSL 261.34º 0.91% 0.32% -
HSV(B) 261.34º 0.96% 0.61% -
XYZ 7.94 3.51 31.71 -
YUV 39.83 193.56 142.38 -
System Red Green Blue C M Y K H S L
Decimal 60 7 156 0.62 0.96 0 0.39 261.34 0.91 0.32
Hex 3C 7 9C 3E 60 0 27 105 5B 20
Octal 74 7 234 76 140 0 47 405 133 40
Binary 111100 111 10011100 111110 1100000 0 100111 100000101 1011011 100000

Color Harmonies of #3C079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C079C

Black with #3C079C

Text Example


Text Example

White with #3C079C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,7,156); }

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

background-color css

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

 a { background-color: rgb(60,7,156); }

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

border-color css

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

 span { border-color: rgb(60,7,156); }

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