Html Css Color HEX #440D6F Indigo

📋 copy color: '#440D6F'

red 68 ◦ green 13 ◦ blue 111

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

Shades of Indigo #440D6F

Tints of Indigo #440D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 57.81%

R = 35.42%
G = 6.77%
B = 57.81%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#440D6F (or 0x440D6F) is known color: Indigo. HEX triplet: 44, 0D and 6F. RGB value is (68,13,111). Sum of RGB (Red+Green+Blue) = 68+13+111=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #440D6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D6F is #BBF290. Grayscale: #282828. Windows color (decimal): -12317329 or 7277892. OLE color: 7277892.

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

Color convert

RGB 68 13 111 -
CMYK 0.39 0.88 0 0.56
HSL 273.67º 0.79% 0.24% -
HSV(B) 273.67º 0.88% 0.44% -
XYZ 5.4 2.66 15.27 -
YUV 40.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 68 13 111 0.39 0.88 0 0.56 273.67 0.79 0.24
Hex 44 D 6F 27 58 0 38 112 4F 18
Octal 104 15 157 47 130 0 70 422 117 30
Binary 1000100 1101 1101111 100111 1011000 0 111000 100010010 1001111 11000

Color Harmonies of #440D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D6F

Black with #440D6F

Text Example


Text Example

White with #440D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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