Html Css Color HEX #4406A5 Indigo

📋 copy color: '#4406A5'

red 68 ◦ green 6 ◦ blue 165

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

Shades of Indigo #4406A5

Tints of Indigo #4406A5

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.51%

 BLUE value IS 165 (64.84% from 255) = 69.04%

R = 28.45%
G = 2.51%
B = 69.04%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4406A5 (or 0x4406A5) is known color: Indigo. HEX triplet: 44, 06 and A5. RGB value is (68,6,165). Sum of RGB (Red+Green+Blue) = 68+6+165=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 165 (64.84% from 255 or 69.04% from 239); Max value from RGB is 165 - color contains mainly: blue. Hex color #4406A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4406A5 is #BBF95A. Grayscale: #2A2A2A. Windows color (decimal): -12319067 or 10815044. OLE color: 10815044.

HSL color Cylindrical-coordinate representation of color #4406A5: hue angle of 263.4º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4406A5 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 68 6 165 -
CMYK 0.59 0.96 0 0.35
HSL 263.4º 0.93% 0.34% -
HSV(B) 263.4º 0.96% 0.65% -
XYZ 9.24 4.08 35.9 -
YUV 42.66 197.04 146.07 -
System Red Green Blue C M Y K H S L
Decimal 68 6 165 0.59 0.96 0 0.35 263.4 0.93 0.34
Hex 44 6 A5 3B 60 0 23 107 5D 22
Octal 104 6 245 73 140 0 43 407 135 42
Binary 1000100 110 10100101 111011 1100000 0 100011 100000111 1011101 100010

Color Harmonies of #4406A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4406A5

Black with #4406A5

Text Example


Text Example

White with #4406A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4406A5; }

 p { color: rgb(68,6,165); }

 H1.HeaderClassName
 {
   color: #4406A5;
 }
 .AnyTagClassName
 {
   color: #4406A5;
 }
</style>

background-color css

<style>
 a { background-color: #4406A5; }

 a { background-color: rgb(68,6,165); }

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

border-color css

<style>
 span { border-color: #4406A5; }

 span { border-color: rgb(68,6,165); }

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