Html Css Color HEX #44016C Indigo

📋 copy color: '#44016C'

red 68 ◦ green 1 ◦ blue 108

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

Shades of Indigo #44016C

Tints of Indigo #44016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 108 (42.58% from 255) = 61.02%

R = 38.42%
G = 0.56%
B = 61.02%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44016C (or 0x44016C) is known color: Indigo. HEX triplet: 44, 01 and 6C. RGB value is (68,1,108). Sum of RGB (Red+Green+Blue) = 68+1+108=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #44016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44016C is #BBFE93. Grayscale: #202020. Windows color (decimal): -12320404 or 7078212. OLE color: 7078212.

HSL color Cylindrical-coordinate representation of color #44016C: hue angle of 277.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44016C is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 1 108 -
CMYK 0.37 0.99 0 0.58
HSL 277.57º 0.98% 0.21% -
HSV(B) 277.57º 0.99% 0.42% -
XYZ 5.1 2.33 14.37 -
YUV 33.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 68 1 108 0.37 0.99 0 0.58 277.57 0.98 0.21
Hex 44 1 6C 25 63 0 3A 116 62 15
Octal 104 1 154 45 143 0 72 426 142 25
Binary 1000100 1 1101100 100101 1100011 0 111010 100010110 1100010 10101

Color Harmonies of #44016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44016C

Black with #44016C

Text Example


Text Example

White with #44016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44016C; }

 p { color: rgb(68,1,108); }

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

background-color css

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

 a { background-color: rgb(68,1,108); }

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

border-color css

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

 span { border-color: rgb(68,1,108); }

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