Html Css Color HEX #440DA3 Indigo

📋 copy color: '#440DA3'

red 68 ◦ green 13 ◦ blue 163

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

Shades of Indigo #440DA3

Tints of Indigo #440DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 66.8%

R = 27.87%
G = 5.33%
B = 66.8%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#440DA3 (or 0x440DA3) is known color: Indigo. HEX triplet: 44, 0D and A3. RGB value is (68,13,163). Sum of RGB (Red+Green+Blue) = 68+13+163=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 163 (64.06% from 255 or 66.80% from 244); Max value from RGB is 163 - color contains mainly: blue. Hex color #440DA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440DA3 is #BBF25C. Grayscale: #2E2E2E. Windows color (decimal): -12317277 or 10685764. OLE color: 10685764.

HSL color Cylindrical-coordinate representation of color #440DA3: hue angle of 262º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440DA3 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 13 163 -
CMYK 0.58 0.92 0 0.36
HSL 262º 0.85% 0.35% -
HSV(B) 262º 0.92% 0.64% -
XYZ 9.14 4.16 34.97 -
YUV 46.55 193.72 143.3 -
System Red Green Blue C M Y K H S L
Decimal 68 13 163 0.58 0.92 0 0.36 262 0.85 0.35
Hex 44 D A3 3A 5C 0 24 106 55 23
Octal 104 15 243 72 134 0 44 406 125 43
Binary 1000100 1101 10100011 111010 1011100 0 100100 100000110 1010101 100011

Color Harmonies of #440DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DA3

Black with #440DA3

Text Example


Text Example

White with #440DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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