Html Css Color HEX #440099 Indigo

📋 copy color: '#440099'

red 68 ◦ green 0 ◦ blue 153

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

Shades of Indigo #440099

Tints of Indigo #440099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 153 (60.16% from 255) = 69.23%

R = 30.77%
G = 0%
B = 69.23%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#440099 (or 0x440099) is known color: Indigo. HEX triplet: 44, 00 and 99. RGB value is (68,0,153). Sum of RGB (Red+Green+Blue) = 68+0+153=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #440099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440099 is #BBFF66. Grayscale: #252525. Windows color (decimal): -12320615 or 10027076. OLE color: 10027076.

HSL color Cylindrical-coordinate representation of color #440099: hue angle of 266.67º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440099 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 0 153 -
CMYK 0.56 1 0 0.4
HSL 266.67º 1% 0.3% -
HSV(B) 266.67º 1% 0.6% -
XYZ 8.13 3.53 30.39 -
YUV 37.77 193.03 149.56 -
System Red Green Blue C M Y K H S L
Decimal 68 0 153 0.56 1 0 0.4 266.67 1 0.3
Hex 44 0 99 38 64 0 28 10B 64 1E
Octal 104 0 231 70 144 0 50 413 144 36
Binary 1000100 0 10011001 111000 1100100 0 101000 100001011 1100100 11110

Color Harmonies of #440099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440099

Black with #440099

Text Example


Text Example

White with #440099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440099; }

 p { color: rgb(68,0,153); }

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

background-color css

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

 a { background-color: rgb(68,0,153); }

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

border-color css

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

 span { border-color: rgb(68,0,153); }

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