Html Css Color HEX #3C0670 Indigo

📋 copy color: '#3C0670'

red 60 ◦ green 6 ◦ blue 112

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

Shades of Indigo #3C0670

Tints of Indigo #3C0670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 62.92%

R = 33.71%
G = 3.37%
B = 62.92%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C0670 (or 0x3C0670) is known color: Indigo. HEX triplet: 3C, 06 and 70. RGB value is (60,6,112). Sum of RGB (Red+Green+Blue) = 60+6+112=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C0670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0670 is #C3F98F. Grayscale: #212121. Windows color (decimal): -12843408 or 7341628. OLE color: 7341628.

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

Color convert

RGB 60 6 112 -
CMYK 0.46 0.95 0 0.56
HSL 270.57º 0.9% 0.23% -
HSV(B) 270.57º 0.95% 0.44% -
XYZ 4.85 2.26 15.51 -
YUV 34.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 60 6 112 0.46 0.95 0 0.56 270.57 0.9 0.23
Hex 3C 6 70 2E 5F 0 38 10F 5A 17
Octal 74 6 160 56 137 0 70 417 132 27
Binary 111100 110 1110000 101110 1011111 0 111000 100001111 1011010 10111

Color Harmonies of #3C0670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0670

Black with #3C0670

Text Example


Text Example

White with #3C0670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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