Html Css Color HEX #3C017F Indigo

📋 copy color: '#3C017F'

red 60 ◦ green 1 ◦ blue 127

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

Shades of Indigo #3C017F

Tints of Indigo #3C017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 127 (50% from 255) = 67.55%

R = 31.91%
G = 0.53%
B = 67.55%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C017F (or 0x3C017F) is known color: Indigo. HEX triplet: 3C, 01 and 7F. RGB value is (60,1,127). Sum of RGB (Red+Green+Blue) = 60+1+127=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C017F is #C3FE80. Grayscale: #202020. Windows color (decimal): -12844673 or 8323388. OLE color: 8323388.

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

Color convert

RGB 60 1 127 -
CMYK 0.53 0.99 0 0.50
HSL 268.1º 0.98% 0.25% -
HSV(B) 268.1º 0.99% 0.5% -
XYZ 5.71 2.51 20.26 -
YUV 33.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 60 1 127 0.53 0.99 0 0.50 268.1 0.98 0.25
Hex 3C 1 7F 35 63 0 32 10C 62 19
Octal 74 1 177 65 143 0 62 414 142 31
Binary 111100 1 1111111 110101 1100011 0 110010 100001100 1100010 11001

Color Harmonies of #3C017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C017F

Black with #3C017F

Text Example


Text Example

White with #3C017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,1,127); }

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

background-color css

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

 a { background-color: rgb(60,1,127); }

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

border-color css

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

 span { border-color: rgb(60,1,127); }

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