Html Css Color HEX #441175 Indigo

📋 copy color: '#441175'

red 68 ◦ green 17 ◦ blue 117

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

Shades of Indigo #441175

Tints of Indigo #441175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.42%

 BLUE value IS 117 (46.09% from 255) = 57.92%

R = 33.66%
G = 8.42%
B = 57.92%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#441175 (or 0x441175) is known color: Indigo. HEX triplet: 44, 11 and 75. RGB value is (68,17,117). Sum of RGB (Red+Green+Blue) = 68+17+117=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #441175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441175 is #BBEE8A. Grayscale: #2B2B2B. Windows color (decimal): -12316299 or 7672132. OLE color: 7672132.

HSL color Cylindrical-coordinate representation of color #441175: hue angle of 270.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441175 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 17 117 -
CMYK 0.42 0.85 0 0.54
HSL 270.6º 0.75% 0.26% -
HSV(B) 270.6º 0.85% 0.46% -
XYZ 5.8 2.91 17.09 -
YUV 43.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 68 17 117 0.42 0.85 0 0.54 270.6 0.75 0.26
Hex 44 11 75 2A 55 0 36 10F 4B 1A
Octal 104 21 165 52 125 0 66 417 113 32
Binary 1000100 10001 1110101 101010 1010101 0 110110 100001111 1001011 11010

Color Harmonies of #441175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441175

Black with #441175

Text Example


Text Example

White with #441175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441175; }

 p { color: rgb(68,17,117); }

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

background-color css

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

 a { background-color: rgb(68,17,117); }

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

border-color css

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

 span { border-color: rgb(68,17,117); }

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