Html Css Color HEX #440672 Indigo

📋 copy color: '#440672'

red 68 ◦ green 6 ◦ blue 114

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

Shades of Indigo #440672

Tints of Indigo #440672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.19%

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

R = 36.17%
G = 3.19%
B = 60.64%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#440672 (or 0x440672) is known color: Indigo. HEX triplet: 44, 06 and 72. RGB value is (68,6,114). Sum of RGB (Red+Green+Blue) = 68+6+114=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #440672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440672 is #BBF98D. Grayscale: #242424. Windows color (decimal): -12319118 or 7472708. OLE color: 7472708.

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

Color convert

RGB 68 6 114 -
CMYK 0.40 0.95 0 0.55
HSL 274.44º 0.9% 0.24% -
HSV(B) 274.44º 0.95% 0.45% -
XYZ 5.49 2.57 16.13 -
YUV 36.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 68 6 114 0.40 0.95 0 0.55 274.44 0.9 0.24
Hex 44 6 72 28 5F 0 37 112 5A 18
Octal 104 6 162 50 137 0 67 422 132 30
Binary 1000100 110 1110010 101000 1011111 0 110111 100010010 1011010 11000

Color Harmonies of #440672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440672

Black with #440672

Text Example


Text Example

White with #440672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440672; }

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

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

background-color css

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

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

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

border-color css

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

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

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