Html Css Color HEX #3C0475 Indigo

📋 copy color: '#3C0475'

red 60 ◦ green 4 ◦ blue 117

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

Shades of Indigo #3C0475

Tints of Indigo #3C0475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 64.64%

R = 33.15%
G = 2.21%
B = 64.64%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C0475 (or 0x3C0475) is known color: Indigo. HEX triplet: 3C, 04 and 75. RGB value is (60,4,117). Sum of RGB (Red+Green+Blue) = 60+4+117=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C0475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0475 is #C3FB8A. Grayscale: #212121. Windows color (decimal): -12843915 or 7668796. OLE color: 7668796.

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

Color convert

RGB 60 4 117 -
CMYK 0.49 0.97 0 0.54
HSL 269.73º 0.93% 0.24% -
HSV(B) 269.73º 0.97% 0.46% -
XYZ 5.12 2.33 17.01 -
YUV 33.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 60 4 117 0.49 0.97 0 0.54 269.73 0.93 0.24
Hex 3C 4 75 31 61 0 36 10E 5D 18
Octal 74 4 165 61 141 0 66 416 135 30
Binary 111100 100 1110101 110001 1100001 0 110110 100001110 1011101 11000

Color Harmonies of #3C0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0475

Black with #3C0475

Text Example


Text Example

White with #3C0475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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