Html Css Color HEX #440573 Indigo

📋 copy color: '#440573'

red 68 ◦ green 5 ◦ blue 115

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

Shades of Indigo #440573

Tints of Indigo #440573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 61.17%

R = 36.17%
G = 2.66%
B = 61.17%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#440573 (or 0x440573) is known color: Indigo. HEX triplet: 44, 05 and 73. RGB value is (68,5,115). Sum of RGB (Red+Green+Blue) = 68+5+115=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #440573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440573 is #BBFA8C. Grayscale: #242424. Windows color (decimal): -12319373 or 7537988. OLE color: 7537988.

HSL color Cylindrical-coordinate representation of color #440573: hue angle of 274.36º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440573 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 5 115 -
CMYK 0.41 0.96 0 0.55
HSL 274.36º 0.92% 0.24% -
HSV(B) 274.36º 0.96% 0.45% -
XYZ 5.53 2.58 16.43 -
YUV 36.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 68 5 115 0.41 0.96 0 0.55 274.36 0.92 0.24
Hex 44 5 73 29 60 0 37 112 5C 18
Octal 104 5 163 51 140 0 67 422 134 30
Binary 1000100 101 1110011 101001 1100000 0 110111 100010010 1011100 11000

Color Harmonies of #440573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440573

Black with #440573

Text Example


Text Example

White with #440573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440573; }

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

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

background-color css

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

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

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

border-color css

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

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

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