Html Css Color HEX #3C019F Indigo

📋 copy color: '#3C019F'

red 60 ◦ green 1 ◦ blue 159

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

Shades of Indigo #3C019F

Tints of Indigo #3C019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 72.27%

R = 27.27%
G = 0.45%
B = 72.27%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C019F (or 0x3C019F) is known color: Indigo. HEX triplet: 3C, 01 and 9F. RGB value is (60,1,159). Sum of RGB (Red+Green+Blue) = 60+1+159=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C019F is #C3FE60. Grayscale: #242424. Windows color (decimal): -12844641 or 10420540. OLE color: 10420540.

HSL color Cylindrical-coordinate representation of color #3C019F: hue angle of 262.41º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C019F is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 1 159 -
CMYK 0.62 0.99 0 0.38
HSL 262.41º 0.99% 0.31% -
HSV(B) 262.41º 0.99% 0.62% -
XYZ 8.13 3.49 33.05 -
YUV 36.65 197.05 144.65 -
System Red Green Blue C M Y K H S L
Decimal 60 1 159 0.62 0.99 0 0.38 262.41 0.99 0.31
Hex 3C 1 9F 3E 63 0 26 106 63 1F
Octal 74 1 237 76 143 0 46 406 143 37
Binary 111100 1 10011111 111110 1100011 0 100110 100000110 1100011 11111

Color Harmonies of #3C019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C019F

Black with #3C019F

Text Example


Text Example

White with #3C019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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