Html Css Color HEX #440D99 Indigo

📋 copy color: '#440D99'

red 68 ◦ green 13 ◦ blue 153

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

Shades of Indigo #440D99

Tints of Indigo #440D99

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.56%

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

R = 29.06%
G = 5.56%
B = 65.38%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#440D99 (or 0x440D99) is known color: Indigo. HEX triplet: 44, 0D and 99. RGB value is (68,13,153). Sum of RGB (Red+Green+Blue) = 68+13+153=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #440D99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440D99 is #BBF266. Grayscale: #2C2C2C. Windows color (decimal): -12317287 or 10030404. OLE color: 10030404.

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

Color convert

RGB 68 13 153 -
CMYK 0.56 0.92 0 0.4
HSL 263.57º 0.84% 0.33% -
HSV(B) 263.57º 0.92% 0.6% -
XYZ 8.28 3.82 30.44 -
YUV 45.41 188.72 144.12 -
System Red Green Blue C M Y K H S L
Decimal 68 13 153 0.56 0.92 0 0.4 263.57 0.84 0.33
Hex 44 D 99 38 5C 0 28 108 54 21
Octal 104 15 231 70 134 0 50 410 124 41
Binary 1000100 1101 10011001 111000 1011100 0 101000 100001000 1010100 100001

Color Harmonies of #440D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D99

Black with #440D99

Text Example


Text Example

White with #440D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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