Html Css Color HEX #3D005F Indigo

📋 copy color: '#3D005F'

red 61 ◦ green 0 ◦ blue 95

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

Shades of Indigo #3D005F

Tints of Indigo #3D005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.1%
G = 0%
B = 60.9%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3D005F (or 0x3D005F) is known color: Indigo. HEX triplet: 3D, 00 and 5F. RGB value is (61,0,95). Sum of RGB (Red+Green+Blue) = 61+0+95=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #3D005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D005F is #C2FFA0. Grayscale: #1C1C1C. Windows color (decimal): -12779425 or 6225981. OLE color: 6225981.

HSL color Cylindrical-coordinate representation of color #3D005F: hue angle of 278.53º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D005F is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 61 0 95 -
CMYK 0.36 1 0 0.63
HSL 278.53º 1% 0.19% -
HSV(B) 278.53º 1% 0.37% -
XYZ 3.99 1.82 10.97 -
YUV 29.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 61 0 95 0.36 1 0 0.63 278.53 1 0.19
Hex 3D 0 5F 24 64 0 3F 117 64 13
Octal 75 0 137 44 144 0 77 427 144 23
Binary 111101 0 1011111 100100 1100100 0 111111 100010111 1100100 10011

Color Harmonies of #3D005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D005F

Black with #3D005F

Text Example


Text Example

White with #3D005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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