Html Css Color HEX #3D01AD Indigo

📋 copy color: '#3D01AD'

red 61 ◦ green 1 ◦ blue 173

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

Shades of Indigo #3D01AD

Tints of Indigo #3D01AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 73.62%

R = 25.96%
G = 0.43%
B = 73.62%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D01AD (or 0x3D01AD) is known color: Indigo. HEX triplet: 3D, 01 and AD. RGB value is (61,1,173). Sum of RGB (Red+Green+Blue) = 61+1+173=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 173 (67.97% from 255 or 73.62% from 235); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D01AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D01AD is #C2FE52. Grayscale: #252525. Windows color (decimal): -12779091 or 11338045. OLE color: 11338045.

HSL color Cylindrical-coordinate representation of color #3D01AD: hue angle of 260.93º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D01AD is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 61 1 173 -
CMYK 0.65 0.99 0 0.32
HSL 260.93º 0.99% 0.34% -
HSV(B) 260.93º 0.99% 0.68% -
XYZ 9.48 4.03 39.81 -
YUV 38.55 203.88 144.01 -
System Red Green Blue C M Y K H S L
Decimal 61 1 173 0.65 0.99 0 0.32 260.93 0.99 0.34
Hex 3D 1 AD 41 63 0 20 105 63 22
Octal 75 1 255 101 143 0 40 405 143 42
Binary 111101 1 10101101 1000001 1100011 0 100000 100000101 1100011 100010

Color Harmonies of #3D01AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D01AD

Black with #3D01AD

Text Example


Text Example

White with #3D01AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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