Html Css Color HEX #440D6E Indigo

📋 copy color: '#440D6E'

red 68 ◦ green 13 ◦ blue 110

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

Shades of Indigo #440D6E

Tints of Indigo #440D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 57.59%

R = 35.6%
G = 6.81%
B = 57.59%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#440D6E (or 0x440D6E) is known color: Indigo. HEX triplet: 44, 0D and 6E. RGB value is (68,13,110). Sum of RGB (Red+Green+Blue) = 68+13+110=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #440D6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D6E is #BBF291. Grayscale: #282828. Windows color (decimal): -12317330 or 7212356. OLE color: 7212356.

HSL color Cylindrical-coordinate representation of color #440D6E: hue angle of 274.02º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440D6E is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 13 110 -
CMYK 0.38 0.88 0 0.57
HSL 274.02º 0.79% 0.24% -
HSV(B) 274.02º 0.88% 0.43% -
XYZ 5.34 2.64 14.98 -
YUV 40.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 68 13 110 0.38 0.88 0 0.57 274.02 0.79 0.24
Hex 44 D 6E 26 58 0 39 112 4F 18
Octal 104 15 156 46 130 0 71 422 117 30
Binary 1000100 1101 1101110 100110 1011000 0 111001 100010010 1001111 11000

Color Harmonies of #440D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D6E

Black with #440D6E

Text Example


Text Example

White with #440D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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