Html Css Color HEX #441073 Indigo

📋 copy color: '#441073'

red 68 ◦ green 16 ◦ blue 115

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

Shades of Indigo #441073

Tints of Indigo #441073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 57.79%

R = 34.17%
G = 8.04%
B = 57.79%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#441073 (or 0x441073) is known color: Indigo. HEX triplet: 44, 10 and 73. RGB value is (68,16,115). Sum of RGB (Red+Green+Blue) = 68+16+115=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #441073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441073 is #BBEF8C. Grayscale: #2A2A2A. Windows color (decimal): -12316557 or 7540804. OLE color: 7540804.

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

Color convert

RGB 68 16 115 -
CMYK 0.41 0.86 0 0.55
HSL 271.52º 0.76% 0.26% -
HSV(B) 271.52º 0.86% 0.45% -
XYZ 5.66 2.84 16.47 -
YUV 42.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 68 16 115 0.41 0.86 0 0.55 271.52 0.76 0.26
Hex 44 10 73 29 56 0 37 110 4C 1A
Octal 104 20 163 51 126 0 67 420 114 32
Binary 1000100 10000 1110011 101001 1010110 0 110111 100010000 1001100 11010

Color Harmonies of #441073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441073

Black with #441073

Text Example


Text Example

White with #441073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441073; }

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

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

background-color css

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

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

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

border-color css

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

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

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