Html Css Color HEX #4410AA Indigo

📋 copy color: '#4410AA'

red 68 ◦ green 16 ◦ blue 170

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

Shades of Indigo #4410AA

Tints of Indigo #4410AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.3%

 BLUE value IS 170 (66.8% from 255) = 66.93%

R = 26.77%
G = 6.3%
B = 66.93%

CMYK

 C value IS 0.6

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4410AA (or 0x4410AA) is known color: Indigo. HEX triplet: 44, 10 and AA. RGB value is (68,16,170). Sum of RGB (Red+Green+Blue) = 68+16+170=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #4410AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4410AA is #BBEF55. Grayscale: #303030. Windows color (decimal): -12316502 or 11145284. OLE color: 11145284.

HSL color Cylindrical-coordinate representation of color #4410AA: hue angle of 260.26º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4410AA is Cyan = 0.6, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 16 170 -
CMYK 0.6 0.91 0 0.33
HSL 260.26º 0.83% 0.36% -
HSV(B) 260.26º 0.91% 0.67% -
XYZ 9.82 4.5 38.38 -
YUV 49.1 196.23 141.48 -
System Red Green Blue C M Y K H S L
Decimal 68 16 170 0.6 0.91 0 0.33 260.26 0.83 0.36
Hex 44 10 AA 3C 5B 0 21 104 53 24
Octal 104 20 252 74 133 0 41 404 123 44
Binary 1000100 10000 10101010 111100 1011011 0 100001 100000100 1010011 100100

Color Harmonies of #4410AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4410AA

Black with #4410AA

Text Example


Text Example

White with #4410AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4410AA; }

 p { color: rgb(68,16,170); }

 H1.HeaderClassName
 {
   color: #4410AA;
 }
 .AnyTagClassName
 {
   color: #4410AA;
 }
</style>

background-color css

<style>
 a { background-color: #4410AA; }

 a { background-color: rgb(68,16,170); }

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

border-color css

<style>
 span { border-color: #4410AA; }

 span { border-color: rgb(68,16,170); }

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