Html Css Color HEX #3D005E Indigo

📋 copy color: '#3D005E'

red 61 ◦ green 0 ◦ blue 94

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

Shades of Indigo #3D005E

Tints of Indigo #3D005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 60.65%

R = 39.35%
G = 0%
B = 60.65%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3D005E (or 0x3D005E) is known color: Indigo. HEX triplet: 3D, 00 and 5E. RGB value is (61,0,94). Sum of RGB (Red+Green+Blue) = 61+0+94=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #3D005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D005E is #C2FFA1. Grayscale: #1C1C1C. Windows color (decimal): -12779426 or 6160445. OLE color: 6160445.

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

Color convert

RGB 61 0 94 -
CMYK 0.35 1 0 0.63
HSL 278.94º 1% 0.18% -
HSV(B) 278.94º 1% 0.37% -
XYZ 3.94 1.8 10.73 -
YUV 28.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 61 0 94 0.35 1 0 0.63 278.94 1 0.18
Hex 3D 0 5E 23 64 0 3F 117 64 12
Octal 75 0 136 43 144 0 77 427 144 22
Binary 111101 0 1011110 100011 1100100 0 111111 100010111 1100100 10010

Color Harmonies of #3D005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D005E

Black with #3D005E

Text Example


Text Example

White with #3D005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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