Html Css Color HEX #3D019C Indigo

📋 copy color: '#3D019C'

red 61 ◦ green 1 ◦ blue 156

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

Shades of Indigo #3D019C

Tints of Indigo #3D019C

RGB

 RED value IS 61 (24.22% from 255) = 27.98%

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

 BLUE value IS 156 (61.33% from 255) = 71.56%

R = 27.98%
G = 0.46%
B = 71.56%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D019C (or 0x3D019C) is known color: Indigo. HEX triplet: 3D, 01 and 9C. RGB value is (61,1,156). Sum of RGB (Red+Green+Blue) = 61+1+156=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D019C is #C2FE63. Grayscale: #242424. Windows color (decimal): -12779108 or 10223933. OLE color: 10223933.

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

Color convert

RGB 61 1 156 -
CMYK 0.61 0.99 0 0.39
HSL 263.23º 0.99% 0.31% -
HSV(B) 263.23º 0.99% 0.61% -
XYZ 7.94 3.41 31.69 -
YUV 36.61 195.38 145.4 -
System Red Green Blue C M Y K H S L
Decimal 61 1 156 0.61 0.99 0 0.39 263.23 0.99 0.31
Hex 3D 1 9C 3D 63 0 27 107 63 1F
Octal 75 1 234 75 143 0 47 407 143 37
Binary 111101 1 10011100 111101 1100011 0 100111 100000111 1100011 11111

Color Harmonies of #3D019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D019C

Black with #3D019C

Text Example


Text Example

White with #3D019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,1,156); }

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

background-color css

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

 a { background-color: rgb(61,1,156); }

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

border-color css

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

 span { border-color: rgb(61,1,156); }

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