Html Css Color HEX #440699 Indigo

📋 copy color: '#440699'

red 68 ◦ green 6 ◦ blue 153

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

Shades of Indigo #440699

Tints of Indigo #440699

RGB

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

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

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

R = 29.96%
G = 2.64%
B = 67.4%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#440699 (or 0x440699) is known color: Indigo. HEX triplet: 44, 06 and 99. RGB value is (68,6,153). Sum of RGB (Red+Green+Blue) = 68+6+153=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #440699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440699 is #BBF966. Grayscale: #282828. Windows color (decimal): -12319079 or 10028612. OLE color: 10028612.

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

Color convert

RGB 68 6 153 -
CMYK 0.56 0.96 0 0.4
HSL 265.31º 0.92% 0.31% -
HSV(B) 265.31º 0.96% 0.6% -
XYZ 8.2 3.66 30.41 -
YUV 41.3 191.04 147.05 -
System Red Green Blue C M Y K H S L
Decimal 68 6 153 0.56 0.96 0 0.4 265.31 0.92 0.31
Hex 44 6 99 38 60 0 28 109 5C 1F
Octal 104 6 231 70 140 0 50 411 134 37
Binary 1000100 110 10011001 111000 1100000 0 101000 100001001 1011100 11111

Color Harmonies of #440699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440699

Black with #440699

Text Example


Text Example

White with #440699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440699; }

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

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

background-color css

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

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

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

border-color css

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

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

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