Html Css Color HEX #440570 Indigo

📋 copy color: '#440570'

red 68 ◦ green 5 ◦ blue 112

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

Shades of Indigo #440570

Tints of Indigo #440570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

 BLUE value IS 112 (44.14% from 255) = 60.54%

R = 36.76%
G = 2.7%
B = 60.54%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#440570 (or 0x440570) is known color: Indigo. HEX triplet: 44, 05 and 70. RGB value is (68,5,112). Sum of RGB (Red+Green+Blue) = 68+5+112=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #440570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440570 is #BBFA8F. Grayscale: #232323. Windows color (decimal): -12319376 or 7341380. OLE color: 7341380.

HSL color Cylindrical-coordinate representation of color #440570: hue angle of 275.33º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440570 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 5 112 -
CMYK 0.39 0.96 0 0.56
HSL 275.33º 0.91% 0.23% -
HSV(B) 275.33º 0.96% 0.44% -
XYZ 5.36 2.51 15.53 -
YUV 36.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 68 5 112 0.39 0.96 0 0.56 275.33 0.91 0.23
Hex 44 5 70 27 60 0 38 113 5B 17
Octal 104 5 160 47 140 0 70 423 133 27
Binary 1000100 101 1110000 100111 1100000 0 111000 100010011 1011011 10111

Color Harmonies of #440570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440570

Black with #440570

Text Example


Text Example

White with #440570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440570; }

 p { color: rgb(68,5,112); }

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

background-color css

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

 a { background-color: rgb(68,5,112); }

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

border-color css

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

 span { border-color: rgb(68,5,112); }

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