Html Css Color HEX #4404AE Indigo

📋 copy color: '#4404AE'

red 68 ◦ green 4 ◦ blue 174

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

Shades of Indigo #4404AE

Tints of Indigo #4404AE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 27.64%
G = 1.63%
B = 70.73%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4404AE (or 0x4404AE) is known color: Indigo. HEX triplet: 44, 04 and AE. RGB value is (68,4,174). Sum of RGB (Red+Green+Blue) = 68+4+174=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #4404AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4404AE is #BBFB51. Grayscale: #292929. Windows color (decimal): -12319570 or 11404356. OLE color: 11404356.

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

Color convert

RGB 68 4 174 -
CMYK 0.61 0.98 0 0.32
HSL 262.59º 0.96% 0.35% -
HSV(B) 262.59º 0.98% 0.68% -
XYZ 10.07 4.37 40.36 -
YUV 42.52 202.2 146.18 -
System Red Green Blue C M Y K H S L
Decimal 68 4 174 0.61 0.98 0 0.32 262.59 0.96 0.35
Hex 44 4 AE 3D 62 0 20 107 60 23
Octal 104 4 256 75 142 0 40 407 140 43
Binary 1000100 100 10101110 111101 1100010 0 100000 100000111 1100000 100011

Color Harmonies of #4404AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4404AE

Black with #4404AE

Text Example


Text Example

White with #4404AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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