Html Css Color HEX #440572 Indigo

📋 copy color: '#440572'

red 68 ◦ green 5 ◦ blue 114

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

Shades of Indigo #440572

Tints of Indigo #440572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60.96%

R = 36.36%
G = 2.67%
B = 60.96%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#440572 (or 0x440572) is known color: Indigo. HEX triplet: 44, 05 and 72. RGB value is (68,5,114). Sum of RGB (Red+Green+Blue) = 68+5+114=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #440572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440572 is #BBFA8D. Grayscale: #232323. Windows color (decimal): -12319374 or 7472452. OLE color: 7472452.

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

Color convert

RGB 68 5 114 -
CMYK 0.40 0.96 0 0.55
HSL 274.68º 0.92% 0.23% -
HSV(B) 274.68º 0.96% 0.45% -
XYZ 5.48 2.55 16.12 -
YUV 36.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 68 5 114 0.40 0.96 0 0.55 274.68 0.92 0.23
Hex 44 5 72 28 60 0 37 113 5C 17
Octal 104 5 162 50 140 0 67 423 134 27
Binary 1000100 101 1110010 101000 1100000 0 110111 100010011 1011100 10111

Color Harmonies of #440572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440572

Black with #440572

Text Example


Text Example

White with #440572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440572; }

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

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

background-color css

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

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

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

border-color css

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

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

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