Html Css Color HEX #4412A4 Indigo

📋 copy color: '#4412A4'

red 68 ◦ green 18 ◦ blue 164

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

Shades of Indigo #4412A4

Tints of Indigo #4412A4

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

 BLUE value IS 164 (64.45% from 255) = 65.6%

R = 27.2%
G = 7.2%
B = 65.6%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4412A4 (or 0x4412A4) is known color: Indigo. HEX triplet: 44, 12 and A4. RGB value is (68,18,164). Sum of RGB (Red+Green+Blue) = 68+18+164=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 164 (64.45% from 255 or 65.6% from 250); Max value from RGB is 164 - color contains mainly: blue. Hex color #4412A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4412A4 is #BBED5B. Grayscale: #313131. Windows color (decimal): -12315996 or 10752580. OLE color: 10752580.

HSL color Cylindrical-coordinate representation of color #4412A4: hue angle of 260.55º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4412A4 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 18 164 -
CMYK 0.59 0.89 0 0.36
HSL 260.55º 0.8% 0.36% -
HSV(B) 260.55º 0.89% 0.64% -
XYZ 9.3 4.34 35.47 -
YUV 49.59 192.57 141.13 -
System Red Green Blue C M Y K H S L
Decimal 68 18 164 0.59 0.89 0 0.36 260.55 0.8 0.36
Hex 44 12 A4 3B 59 0 24 105 50 24
Octal 104 22 244 73 131 0 44 405 120 44
Binary 1000100 10010 10100100 111011 1011001 0 100100 100000101 1010000 100100

Color Harmonies of #4412A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4412A4

Black with #4412A4

Text Example


Text Example

White with #4412A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4412A4; }

 p { color: rgb(68,18,164); }

 H1.HeaderClassName
 {
   color: #4412A4;
 }
 .AnyTagClassName
 {
   color: #4412A4;
 }
</style>

background-color css

<style>
 a { background-color: #4412A4; }

 a { background-color: rgb(68,18,164); }

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

border-color css

<style>
 span { border-color: #4412A4; }

 span { border-color: rgb(68,18,164); }

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