Html Css Color HEX #4408AE Indigo

📋 copy color: '#4408AE'

red 68 ◦ green 8 ◦ blue 174

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

Shades of Indigo #4408AE

Tints of Indigo #4408AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.6%

R = 27.2%
G = 3.2%
B = 69.6%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4408AE (or 0x4408AE) is known color: Indigo. HEX triplet: 44, 08 and AE. RGB value is (68,8,174). Sum of RGB (Red+Green+Blue) = 68+8+174=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #4408AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4408AE is #BBF751. Grayscale: #2C2C2C. Windows color (decimal): -12318546 or 11405380. OLE color: 11405380.

HSL color Cylindrical-coordinate representation of color #4408AE: hue angle of 261.69º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4408AE is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 8 174 -
CMYK 0.61 0.95 0 0.32
HSL 261.69º 0.91% 0.36% -
HSV(B) 261.69º 0.95% 0.68% -
XYZ 10.11 4.46 40.37 -
YUV 44.86 200.88 144.5 -
System Red Green Blue C M Y K H S L
Decimal 68 8 174 0.61 0.95 0 0.32 261.69 0.91 0.36
Hex 44 8 AE 3D 5F 0 20 106 5B 24
Octal 104 10 256 75 137 0 40 406 133 44
Binary 1000100 1000 10101110 111101 1011111 0 100000 100000110 1011011 100100

Color Harmonies of #4408AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4408AE

Black with #4408AE

Text Example


Text Example

White with #4408AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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