Html Css Color HEX #440470 Indigo

📋 copy color: '#440470'

red 68 ◦ green 4 ◦ blue 112

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

Shades of Indigo #440470

Tints of Indigo #440470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.17%

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

R = 36.96%
G = 2.17%
B = 60.87%

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

#440470 (or 0x440470) is known color: Indigo. HEX triplet: 44, 04 and 70. RGB value is (68,4,112). Sum of RGB (Red+Green+Blue) = 68+4+112=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #440470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440470 is #BBFB8F. Grayscale: #232323. Windows color (decimal): -12319632 or 7341124. OLE color: 7341124.

HSL color Cylindrical-coordinate representation of color #440470: hue angle of 275.56º degrees, saturation: 0.93, 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 #440470 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 4 112 -
CMYK 0.39 0.96 0 0.56
HSL 275.56º 0.93% 0.23% -
HSV(B) 275.56º 0.96% 0.44% -
XYZ 5.35 2.49 15.53 -
YUV 35.45 171.2 151.22 -
System Red Green Blue C M Y K H S L
Decimal 68 4 112 0.39 0.96 0 0.56 275.56 0.93 0.23
Hex 44 4 70 27 60 0 38 114 5D 17
Octal 104 4 160 47 140 0 70 424 135 27
Binary 1000100 100 1110000 100111 1100000 0 111000 100010100 1011101 10111

Color Harmonies of #440470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440470

Black with #440470

Text Example


Text Example

White with #440470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440470; }

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

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

background-color css

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

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

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

border-color css

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

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

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