Html Css Color HEX #3C018C Indigo

📋 copy color: '#3C018C'

red 60 ◦ green 1 ◦ blue 140

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

Shades of Indigo #3C018C

Tints of Indigo #3C018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 69.65%

R = 29.85%
G = 0.5%
B = 69.65%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C018C (or 0x3C018C) is known color: Indigo. HEX triplet: 3C, 01 and 8C. RGB value is (60,1,140). Sum of RGB (Red+Green+Blue) = 60+1+140=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C018C is #C3FE73. Grayscale: #212121. Windows color (decimal): -12844660 or 9175356. OLE color: 9175356.

HSL color Cylindrical-coordinate representation of color #3C018C: hue angle of 265.47º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C018C is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 1 140 -
CMYK 0.57 0.99 0 0.45
HSL 265.47º 0.99% 0.28% -
HSV(B) 265.47º 0.99% 0.55% -
XYZ 6.61 2.88 25.02 -
YUV 34.49 187.55 146.2 -
System Red Green Blue C M Y K H S L
Decimal 60 1 140 0.57 0.99 0 0.45 265.47 0.99 0.28
Hex 3C 1 8C 39 63 0 2D 109 63 1C
Octal 74 1 214 71 143 0 55 411 143 34
Binary 111100 1 10001100 111001 1100011 0 101101 100001001 1100011 11100

Color Harmonies of #3C018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C018C

Black with #3C018C

Text Example


Text Example

White with #3C018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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