Html Css Color HEX #3701AD Indigo

📋 copy color: '#3701AD'

red 55 ◦ green 1 ◦ blue 173

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

Shades of Indigo #3701AD

Tints of Indigo #3701AD

RGB

 RED value IS 55 (21.88% from 255) = 24.02%

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

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

R = 24.02%
G = 0.44%
B = 75.55%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3701AD (or 0x3701AD) is known color: Indigo. HEX triplet: 37, 01 and AD. RGB value is (55,1,173). Sum of RGB (Red+Green+Blue) = 55+1+173=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #3701AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3701AD is #C8FE52. Grayscale: #242424. Windows color (decimal): -13172307 or 11338039. OLE color: 11338039.

HSL color Cylindrical-coordinate representation of color #3701AD: hue angle of 258.84º 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 #3701AD is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 1 173 -
CMYK 0.68 0.99 0 0.32
HSL 258.84º 0.99% 0.34% -
HSV(B) 258.84º 0.99% 0.68% -
XYZ 9.13 3.85 39.8 -
YUV 36.75 204.89 141.01 -
System Red Green Blue C M Y K H S L
Decimal 55 1 173 0.68 0.99 0 0.32 258.84 0.99 0.34
Hex 37 1 AD 44 63 0 20 103 63 22
Octal 67 1 255 104 143 0 40 403 143 42
Binary 110111 1 10101101 1000100 1100011 0 100000 100000011 1100011 100010

Color Harmonies of #3701AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3701AD

Black with #3701AD

Text Example


Text Example

White with #3701AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3701AD; }

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

 H1.HeaderClassName
 {
   color: #3701AD;
 }
 .AnyTagClassName
 {
   color: #3701AD;
 }
</style>

background-color css

<style>
 a { background-color: #3701AD; }

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

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

border-color css

<style>
 span { border-color: #3701AD; }

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

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