Html Css Color HEX #440899 Indigo

📋 copy color: '#440899'

red 68 ◦ green 8 ◦ blue 153

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

Shades of Indigo #440899

Tints of Indigo #440899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.49%

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

R = 29.69%
G = 3.49%
B = 66.81%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#440899 (or 0x440899) is known color: Indigo. HEX triplet: 44, 08 and 99. RGB value is (68,8,153). Sum of RGB (Red+Green+Blue) = 68+8+153=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #440899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440899 is #BBF766. Grayscale: #292929. Windows color (decimal): -12318567 or 10029124. OLE color: 10029124.

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

Color convert

RGB 68 8 153 -
CMYK 0.56 0.95 0 0.4
HSL 264.83º 0.9% 0.32% -
HSV(B) 264.83º 0.95% 0.6% -
XYZ 8.22 3.7 30.42 -
YUV 42.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 68 8 153 0.56 0.95 0 0.4 264.83 0.9 0.32
Hex 44 8 99 38 5F 0 28 109 5A 20
Octal 104 10 231 70 137 0 50 411 132 40
Binary 1000100 1000 10011001 111000 1011111 0 101000 100001001 1011010 100000

Color Harmonies of #440899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440899

Black with #440899

Text Example


Text Example

White with #440899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440899; }

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

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

background-color css

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

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

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

border-color css

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

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

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