Html Css Color HEX #4408AC Indigo

📋 copy color: '#4408AC'

red 68 ◦ green 8 ◦ blue 172

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

Shades of Indigo #4408AC

Tints of Indigo #4408AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

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

R = 27.42%
G = 3.23%
B = 69.35%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4408AC (or 0x4408AC) is known color: Indigo. HEX triplet: 44, 08 and AC. RGB value is (68,8,172). Sum of RGB (Red+Green+Blue) = 68+8+172=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #4408AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4408AC is #BBF753. Grayscale: #2C2C2C. Windows color (decimal): -12318548 or 11274308. OLE color: 11274308.

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

Color convert

RGB 68 8 172 -
CMYK 0.60 0.95 0 0.33
HSL 261.95º 0.91% 0.35% -
HSV(B) 261.95º 0.95% 0.67% -
XYZ 9.92 4.38 39.35 -
YUV 44.64 199.88 144.66 -
System Red Green Blue C M Y K H S L
Decimal 68 8 172 0.60 0.95 0 0.33 261.95 0.91 0.35
Hex 44 8 AC 3C 5F 0 21 106 5B 23
Octal 104 10 254 74 137 0 41 406 133 43
Binary 1000100 1000 10101100 111100 1011111 0 100001 100000110 1011011 100011

Color Harmonies of #4408AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4408AC

Black with #4408AC

Text Example


Text Example

White with #4408AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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