Html Css Color HEX #44016F Indigo

📋 copy color: '#44016F'

red 68 ◦ green 1 ◦ blue 111

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

Shades of Indigo #44016F

Tints of Indigo #44016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 61.67%

R = 37.78%
G = 0.56%
B = 61.67%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#44016F (or 0x44016F) is known color: Indigo. HEX triplet: 44, 01 and 6F. RGB value is (68,1,111). Sum of RGB (Red+Green+Blue) = 68+1+111=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #44016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44016F is #BBFE90. Grayscale: #212121. Windows color (decimal): -12320401 or 7274820. OLE color: 7274820.

HSL color Cylindrical-coordinate representation of color #44016F: hue angle of 276.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44016F is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 1 111 -
CMYK 0.39 0.99 0 0.56
HSL 276.55º 0.98% 0.22% -
HSV(B) 276.55º 0.99% 0.44% -
XYZ 5.26 2.4 15.22 -
YUV 33.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 68 1 111 0.39 0.99 0 0.56 276.55 0.98 0.22
Hex 44 1 6F 27 63 0 38 115 62 16
Octal 104 1 157 47 143 0 70 425 142 26
Binary 1000100 1 1101111 100111 1100011 0 111000 100010101 1100010 10110

Color Harmonies of #44016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44016F

Black with #44016F

Text Example


Text Example

White with #44016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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