Html Css Color HEX #440469 Indigo

📋 copy color: '#440469'

red 68 ◦ green 4 ◦ blue 105

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

Shades of Indigo #440469

Tints of Indigo #440469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 59.32%

R = 38.42%
G = 2.26%
B = 59.32%

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

#440469 (or 0x440469) is known color: Indigo. HEX triplet: 44, 04 and 69. RGB value is (68,4,105). Sum of RGB (Red+Green+Blue) = 68+4+105=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #440469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440469 is #BBFB96. Grayscale: #222222. Windows color (decimal): -12319639 or 6882372. OLE color: 6882372.

HSL color Cylindrical-coordinate representation of color #440469: hue angle of 278.02º 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 #440469 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 4 105 -
CMYK 0.35 0.96 0 0.59
HSL 278.02º 0.93% 0.21% -
HSV(B) 278.02º 0.96% 0.41% -
XYZ 4.98 2.34 13.55 -
YUV 34.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 68 4 105 0.35 0.96 0 0.59 278.02 0.93 0.21
Hex 44 4 69 23 60 0 3B 116 5D 15
Octal 104 4 151 43 140 0 73 426 135 25
Binary 1000100 100 1101001 100011 1100000 0 111011 100010110 1011101 10101

Color Harmonies of #440469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440469

Black with #440469

Text Example


Text Example

White with #440469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440469; }

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

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

background-color css

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

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

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

border-color css

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

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

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