Html Css Color HEX #3C018D Indigo

📋 copy color: '#3C018D'

red 60 ◦ green 1 ◦ blue 141

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

Shades of Indigo #3C018D

Tints of Indigo #3C018D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 69.8%

R = 29.7%
G = 0.5%
B = 69.8%

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

#3C018D (or 0x3C018D) is known color: Indigo. HEX triplet: 3C, 01 and 8D. RGB value is (60,1,141). Sum of RGB (Red+Green+Blue) = 60+1+141=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C018D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C018D is #C3FE72. Grayscale: #222222. Windows color (decimal): -12844659 or 9240892. OLE color: 9240892.

HSL color Cylindrical-coordinate representation of color #3C018D: hue angle of 265.29º 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 #3C018D is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 1 141 -
CMYK 0.57 0.99 0 0.45
HSL 265.29º 0.99% 0.28% -
HSV(B) 265.29º 0.99% 0.55% -
XYZ 6.68 2.91 25.41 -
YUV 34.6 188.05 146.12 -
System Red Green Blue C M Y K H S L
Decimal 60 1 141 0.57 0.99 0 0.45 265.29 0.99 0.28
Hex 3C 1 8D 39 63 0 2D 109 63 1C
Octal 74 1 215 71 143 0 55 411 143 34
Binary 111100 1 10001101 111001 1100011 0 101101 100001001 1100011 11100

Color Harmonies of #3C018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C018D

Black with #3C018D

Text Example


Text Example

White with #3C018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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