Html Css Color HEX #4407AD Indigo

📋 copy color: '#4407AD'

red 68 ◦ green 7 ◦ blue 173

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

Shades of Indigo #4407AD

Tints of Indigo #4407AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.82%

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

R = 27.42%
G = 2.82%
B = 69.76%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4407AD (or 0x4407AD) is known color: Indigo. HEX triplet: 44, 07 and AD. RGB value is (68,7,173). Sum of RGB (Red+Green+Blue) = 68+7+173=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #4407AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4407AD is #BBF852. Grayscale: #2B2B2B. Windows color (decimal): -12318803 or 11339588. OLE color: 11339588.

HSL color Cylindrical-coordinate representation of color #4407AD: hue angle of 262.05º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4407AD is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 7 173 -
CMYK 0.61 0.96 0 0.32
HSL 262.05º 0.92% 0.35% -
HSV(B) 262.05º 0.96% 0.68% -
XYZ 10 4.4 39.86 -
YUV 44.16 200.71 145 -
System Red Green Blue C M Y K H S L
Decimal 68 7 173 0.61 0.96 0 0.32 262.05 0.92 0.35
Hex 44 7 AD 3D 60 0 20 106 5C 23
Octal 104 7 255 75 140 0 40 406 134 43
Binary 1000100 111 10101101 111101 1100000 0 100000 100000110 1011100 100011

Color Harmonies of #4407AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4407AD

Black with #4407AD

Text Example


Text Example

White with #4407AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,7,173); }

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

background-color css

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

 a { background-color: rgb(68,7,173); }

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

border-color css

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

 span { border-color: rgb(68,7,173); }

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