Html Css Color HEX #4407AE Indigo

📋 copy color: '#4407AE'

red 68 ◦ green 7 ◦ blue 174

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

Shades of Indigo #4407AE

Tints of Indigo #4407AE

RGB

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

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

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

R = 27.31%
G = 2.81%
B = 69.88%

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

#4407AE (or 0x4407AE) is known color: Indigo. HEX triplet: 44, 07 and AE. RGB value is (68,7,174). Sum of RGB (Red+Green+Blue) = 68+7+174=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #4407AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4407AE is #BBF851. Grayscale: #2B2B2B. Windows color (decimal): -12318802 or 11405124. OLE color: 11405124.

HSL color Cylindrical-coordinate representation of color #4407AE: hue angle of 261.92º 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 #4407AE is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 7 174 -
CMYK 0.61 0.96 0 0.32
HSL 261.92º 0.92% 0.35% -
HSV(B) 261.92º 0.96% 0.68% -
XYZ 10.1 4.44 40.37 -
YUV 44.28 201.21 144.92 -
System Red Green Blue C M Y K H S L
Decimal 68 7 174 0.61 0.96 0 0.32 261.92 0.92 0.35
Hex 44 7 AE 3D 60 0 20 106 5C 23
Octal 104 7 256 75 140 0 40 406 134 43
Binary 1000100 111 10101110 111101 1100000 0 100000 100000110 1011100 100011

Color Harmonies of #4407AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4407AE

Black with #4407AE

Text Example


Text Example

White with #4407AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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