Html Css Color HEX #3701AC Indigo

📋 copy color: '#3701AC'

red 55 ◦ green 1 ◦ blue 172

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

Shades of Indigo #3701AC

Tints of Indigo #3701AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 75.44%

R = 24.12%
G = 0.44%
B = 75.44%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3701AC (or 0x3701AC) is known color: Indigo. HEX triplet: 37, 01 and AC. RGB value is (55,1,172). Sum of RGB (Red+Green+Blue) = 55+1+172=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #3701AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3701AC is #C8FE53. Grayscale: #242424. Windows color (decimal): -13172308 or 11272503. OLE color: 11272503.

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

Color convert

RGB 55 1 172 -
CMYK 0.68 0.99 0 0.33
HSL 258.95º 0.99% 0.34% -
HSV(B) 258.95º 0.99% 0.67% -
XYZ 9.03 3.81 39.29 -
YUV 36.64 204.39 141.1 -
System Red Green Blue C M Y K H S L
Decimal 55 1 172 0.68 0.99 0 0.33 258.95 0.99 0.34
Hex 37 1 AC 44 63 0 21 103 63 22
Octal 67 1 254 104 143 0 41 403 143 42
Binary 110111 1 10101100 1000100 1100011 0 100001 100000011 1100011 100010

Color Harmonies of #3701AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3701AC

Black with #3701AC

Text Example


Text Example

White with #3701AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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