Html Css Color HEX #3C0080 Indigo

📋 copy color: '#3C0080'

red 60 ◦ green 0 ◦ blue 128

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

Shades of Indigo #3C0080

Tints of Indigo #3C0080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 68.09%

R = 31.91%
G = 0%
B = 68.09%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C0080 (or 0x3C0080) is known color: Indigo. HEX triplet: 3C, 00 and 80. RGB value is (60,0,128). Sum of RGB (Red+Green+Blue) = 60+0+128=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 128 (50.39% from 255 or 68.09% from 188); Max value from RGB is 128 - color contains mainly: blue. Hex color #3C0080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0080 is #C3FF7F. Grayscale: #202020. Windows color (decimal): -12844928 or 8388668. OLE color: 8388668.

HSL color Cylindrical-coordinate representation of color #3C0080: hue angle of 268.12º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0080 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 0 128 -
CMYK 0.53 1 0 0.50
HSL 268.13º 1% 0.25% -
HSV(B) 268.13º 1% 0.5% -
XYZ 5.76 2.52 20.6 -
YUV 32.53 181.88 147.59 -
System Red Green Blue C M Y K H S L
Decimal 60 0 128 0.53 1 0 0.50 268.13 1 0.25
Hex 3C 0 80 35 64 0 32 10C 64 19
Octal 74 0 200 65 144 0 62 414 144 31
Binary 111100 0 10000000 110101 1100100 0 110010 100001100 1100100 11001

Color Harmonies of #3C0080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0080

Black with #3C0080

Text Example


Text Example

White with #3C0080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,0,128); }

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

background-color css

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

 a { background-color: rgb(60,0,128); }

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

border-color css

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

 span { border-color: rgb(60,0,128); }

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