Html Css Color HEX #44005A Indigo

📋 copy color: '#44005A'

red 68 ◦ green 0 ◦ blue 90

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

Shades of Indigo #44005A

Tints of Indigo #44005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 56.96%

R = 43.04%
G = 0%
B = 56.96%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44005A (or 0x44005A) is known color: Indigo. HEX triplet: 44, 00 and 5A. RGB value is (68,0,90). Sum of RGB (Red+Green+Blue) = 68+0+90=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #44005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44005A is #BBFFA5. Grayscale: #1E1E1E. Windows color (decimal): -12320678 or 5898308. OLE color: 5898308.

HSL color Cylindrical-coordinate representation of color #44005A: hue angle of 285.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44005A is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 0 90 -
CMYK 0.24 1 0 0.65
HSL 285.33º 1% 0.18% -
HSV(B) 285.33º 1% 0.35% -
XYZ 4.23 1.97 9.83 -
YUV 30.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 68 0 90 0.24 1 0 0.65 285.33 1 0.18
Hex 44 0 5A 18 64 0 41 11D 64 12
Octal 104 0 132 30 144 0 101 435 144 22
Binary 1000100 0 1011010 11000 1100100 0 1000001 100011101 1100100 10010

Color Harmonies of #44005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44005A

Black with #44005A

Text Example


Text Example

White with #44005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44005A; }

 p { color: rgb(68,0,90); }

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

background-color css

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

 a { background-color: rgb(68,0,90); }

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

border-color css

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

 span { border-color: rgb(68,0,90); }

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