Html Css Color HEX #441075 Indigo

📋 copy color: '#441075'

red 68 ◦ green 16 ◦ blue 117

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

Shades of Indigo #441075

Tints of Indigo #441075

RGB

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

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

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

R = 33.83%
G = 7.96%
B = 58.21%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#441075 (or 0x441075) is known color: Indigo. HEX triplet: 44, 10 and 75. RGB value is (68,16,117). Sum of RGB (Red+Green+Blue) = 68+16+117=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #441075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441075 is #BBEF8A. Grayscale: #2A2A2A. Windows color (decimal): -12316555 or 7671876. OLE color: 7671876.

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

Color convert

RGB 68 16 117 -
CMYK 0.42 0.86 0 0.54
HSL 270.89º 0.76% 0.26% -
HSV(B) 270.89º 0.86% 0.46% -
XYZ 5.78 2.88 17.08 -
YUV 43.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 68 16 117 0.42 0.86 0 0.54 270.89 0.76 0.26
Hex 44 10 75 2A 56 0 36 10F 4C 1A
Octal 104 20 165 52 126 0 66 417 114 32
Binary 1000100 10000 1110101 101010 1010110 0 110110 100001111 1001100 11010

Color Harmonies of #441075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441075

Black with #441075

Text Example


Text Example

White with #441075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441075; }

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

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

background-color css

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

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

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

border-color css

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

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

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