Html Css Color HEX #440DAB Indigo

📋 copy color: '#440DAB'

red 68 ◦ green 13 ◦ blue 171

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

Shades of Indigo #440DAB

Tints of Indigo #440DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 26.98%
G = 5.16%
B = 67.86%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#440DAB (or 0x440DAB) is known color: Indigo. HEX triplet: 44, 0D and AB. RGB value is (68,13,171). Sum of RGB (Red+Green+Blue) = 68+13+171=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #440DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440DAB is #BBF254. Grayscale: #2E2E2E. Windows color (decimal): -12317269 or 11210052. OLE color: 11210052.

HSL color Cylindrical-coordinate representation of color #440DAB: hue angle of 260.89º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440DAB is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 13 171 -
CMYK 0.60 0.92 0 0.33
HSL 260.89º 0.86% 0.36% -
HSV(B) 260.89º 0.92% 0.67% -
XYZ 9.88 4.46 38.87 -
YUV 47.46 197.72 142.65 -
System Red Green Blue C M Y K H S L
Decimal 68 13 171 0.60 0.92 0 0.33 260.89 0.86 0.36
Hex 44 D AB 3C 5C 0 21 105 56 24
Octal 104 15 253 74 134 0 41 405 126 44
Binary 1000100 1101 10101011 111100 1011100 0 100001 100000101 1010110 100100

Color Harmonies of #440DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DAB

Black with #440DAB

Text Example


Text Example

White with #440DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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