Html Css Color HEX #4407AB Indigo

📋 copy color: '#4407AB'

red 68 ◦ green 7 ◦ blue 171

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

Shades of Indigo #4407AB

Tints of Indigo #4407AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 69.51%

R = 27.64%
G = 2.85%
B = 69.51%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4407AB (or 0x4407AB) is known color: Indigo. HEX triplet: 44, 07 and AB. RGB value is (68,7,171). Sum of RGB (Red+Green+Blue) = 68+7+171=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #4407AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4407AB is #BBF854. Grayscale: #2B2B2B. Windows color (decimal): -12318805 or 11208516. OLE color: 11208516.

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

Color convert

RGB 68 7 171 -
CMYK 0.60 0.96 0 0.33
HSL 262.32º 0.92% 0.35% -
HSV(B) 262.32º 0.96% 0.67% -
XYZ 9.81 4.32 38.85 -
YUV 43.94 199.71 145.16 -
System Red Green Blue C M Y K H S L
Decimal 68 7 171 0.60 0.96 0 0.33 262.32 0.92 0.35
Hex 44 7 AB 3C 60 0 21 106 5C 23
Octal 104 7 253 74 140 0 41 406 134 43
Binary 1000100 111 10101011 111100 1100000 0 100001 100000110 1011100 100011

Color Harmonies of #4407AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4407AB

Black with #4407AB

Text Example


Text Example

White with #4407AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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