Html Css Color HEX #3C047C Indigo

📋 copy color: '#3C047C'

red 60 ◦ green 4 ◦ blue 124

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

Shades of Indigo #3C047C

Tints of Indigo #3C047C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 65.96%

R = 31.91%
G = 2.13%
B = 65.96%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C047C (or 0x3C047C) is known color: Indigo. HEX triplet: 3C, 04 and 7C. RGB value is (60,4,124). Sum of RGB (Red+Green+Blue) = 60+4+124=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C047C is #C3FB83. Grayscale: #222222. Windows color (decimal): -12843908 or 8127548. OLE color: 8127548.

HSL color Cylindrical-coordinate representation of color #3C047C: hue angle of 268º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C047C is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 4 124 -
CMYK 0.52 0.97 0 0.51
HSL 268º 0.94% 0.25% -
HSV(B) 268º 0.97% 0.49% -
XYZ 5.54 2.5 19.26 -
YUV 34.42 178.55 146.24 -
System Red Green Blue C M Y K H S L
Decimal 60 4 124 0.52 0.97 0 0.51 268 0.94 0.25
Hex 3C 4 7C 34 61 0 33 10C 5E 19
Octal 74 4 174 64 141 0 63 414 136 31
Binary 111100 100 1111100 110100 1100001 0 110011 100001100 1011110 11001

Color Harmonies of #3C047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C047C

Black with #3C047C

Text Example


Text Example

White with #3C047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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