Html Css Color HEX #44005E Indigo

📋 copy color: '#44005E'

red 68 ◦ green 0 ◦ blue 94

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

Shades of Indigo #44005E

Tints of Indigo #44005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 58.02%

R = 41.98%
G = 0%
B = 58.02%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44005E (or 0x44005E) is known color: Indigo. HEX triplet: 44, 00 and 5E. RGB value is (68,0,94). Sum of RGB (Red+Green+Blue) = 68+0+94=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #44005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44005E is #BBFFA1. Grayscale: #1E1E1E. Windows color (decimal): -12320674 or 6160452. OLE color: 6160452.

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

Color convert

RGB 68 0 94 -
CMYK 0.28 1 0 0.63
HSL 283.4º 1% 0.18% -
HSV(B) 283.4º 1% 0.37% -
XYZ 4.4 2.04 10.75 -
YUV 31.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 68 0 94 0.28 1 0 0.63 283.4 1 0.18
Hex 44 0 5E 1C 64 0 3F 11B 64 12
Octal 104 0 136 34 144 0 77 433 144 22
Binary 1000100 0 1011110 11100 1100100 0 111111 100011011 1100100 10010

Color Harmonies of #44005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44005E

Black with #44005E

Text Example


Text Example

White with #44005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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