Html Css Color HEX #4405AC Indigo

📋 copy color: '#4405AC'

red 68 ◦ green 5 ◦ blue 172

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

Shades of Indigo #4405AC

Tints of Indigo #4405AC

RGB

 RED value IS 68 (26.95% from 255) = 27.76%

 GREEN value IS 5 (2.34% from 255) = 2.04%

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

R = 27.76%
G = 2.04%
B = 70.2%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4405AC (or 0x4405AC) is known color: Indigo. HEX triplet: 44, 05 and AC. RGB value is (68,5,172). Sum of RGB (Red+Green+Blue) = 68+5+172=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #4405AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4405AC is #BBFA53. Grayscale: #2A2A2A. Windows color (decimal): -12319316 or 11273540. OLE color: 11273540.

HSL color Cylindrical-coordinate representation of color #4405AC: hue angle of 262.63º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4405AC is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 5 172 -
CMYK 0.60 0.97 0 0.33
HSL 262.63º 0.94% 0.35% -
HSV(B) 262.63º 0.97% 0.67% -
XYZ 9.88 4.32 39.34 -
YUV 42.88 200.87 145.92 -
System Red Green Blue C M Y K H S L
Decimal 68 5 172 0.60 0.97 0 0.33 262.63 0.94 0.35
Hex 44 5 AC 3C 61 0 21 107 5E 23
Octal 104 5 254 74 141 0 41 407 136 43
Binary 1000100 101 10101100 111100 1100001 0 100001 100000111 1011110 100011

Color Harmonies of #4405AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4405AC

Black with #4405AC

Text Example


Text Example

White with #4405AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,5,172); }

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

background-color css

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

 a { background-color: rgb(68,5,172); }

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

border-color css

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

 span { border-color: rgb(68,5,172); }

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