Html Css Color HEX #3D015F Indigo

📋 copy color: '#3D015F'

red 61 ◦ green 1 ◦ blue 95

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

Shades of Indigo #3D015F

Tints of Indigo #3D015F

RGB

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

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

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

R = 38.85%
G = 0.64%
B = 60.51%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3D015F (or 0x3D015F) is known color: Indigo. HEX triplet: 3D, 01 and 5F. RGB value is (61,1,95). Sum of RGB (Red+Green+Blue) = 61+1+95=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #3D015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D015F is #C2FEA0. Grayscale: #1D1D1D. Windows color (decimal): -12779169 or 6226237. OLE color: 6226237.

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

Color convert

RGB 61 1 95 -
CMYK 0.36 0.99 0 0.63
HSL 278.3º 0.98% 0.19% -
HSV(B) 278.3º 0.99% 0.37% -
XYZ 4 1.84 10.97 -
YUV 29.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 61 1 95 0.36 0.99 0 0.63 278.3 0.98 0.19
Hex 3D 1 5F 24 63 0 3F 116 62 13
Octal 75 1 137 44 143 0 77 426 142 23
Binary 111101 1 1011111 100100 1100011 0 111111 100010110 1100010 10011

Color Harmonies of #3D015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D015F

Black with #3D015F

Text Example


Text Example

White with #3D015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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