Html Css Color HEX #440468 Indigo

📋 copy color: '#440468'

red 68 ◦ green 4 ◦ blue 104

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

Shades of Indigo #440468

Tints of Indigo #440468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 59.09%

R = 38.64%
G = 2.27%
B = 59.09%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#440468 (or 0x440468) is known color: Indigo. HEX triplet: 44, 04 and 68. RGB value is (68,4,104). Sum of RGB (Red+Green+Blue) = 68+4+104=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #440468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440468 is #BBFB97. Grayscale: #222222. Windows color (decimal): -12319640 or 6816836. OLE color: 6816836.

HSL color Cylindrical-coordinate representation of color #440468: hue angle of 278.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440468 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 4 104 -
CMYK 0.35 0.96 0 0.59
HSL 278.4º 0.93% 0.21% -
HSV(B) 278.4º 0.96% 0.41% -
XYZ 4.93 2.32 13.28 -
YUV 34.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 68 4 104 0.35 0.96 0 0.59 278.4 0.93 0.21
Hex 44 4 68 23 60 0 3B 116 5D 15
Octal 104 4 150 43 140 0 73 426 135 25
Binary 1000100 100 1101000 100011 1100000 0 111011 100010110 1011101 10101

Color Harmonies of #440468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440468

Black with #440468

Text Example


Text Example

White with #440468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440468; }

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

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

background-color css

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

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

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

border-color css

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

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

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