Html Css Color HEX #3C015F Indigo

📋 copy color: '#3C015F'

red 60 ◦ green 1 ◦ blue 95

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

Shades of Indigo #3C015F

Tints of Indigo #3C015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 60.9%

R = 38.46%
G = 0.64%
B = 60.9%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3C015F (or 0x3C015F) is known color: Indigo. HEX triplet: 3C, 01 and 5F. RGB value is (60,1,95). Sum of RGB (Red+Green+Blue) = 60+1+95=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C015F is #C3FEA0. Grayscale: #1D1D1D. Windows color (decimal): -12844705 or 6226236. OLE color: 6226236.

HSL color Cylindrical-coordinate representation of color #3C015F: hue angle of 277.66º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C015F is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 1 95 -
CMYK 0.37 0.99 0 0.63
HSL 277.66º 0.98% 0.19% -
HSV(B) 277.66º 0.99% 0.37% -
XYZ 3.94 1.81 10.97 -
YUV 29.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 60 1 95 0.37 0.99 0 0.63 277.66 0.98 0.19
Hex 3C 1 5F 25 63 0 3F 116 62 13
Octal 74 1 137 45 143 0 77 426 142 23
Binary 111100 1 1011111 100101 1100011 0 111111 100010110 1100010 10011

Color Harmonies of #3C015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C015F

Black with #3C015F

Text Example


Text Example

White with #3C015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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