Html Css Color HEX #440D68 Indigo

📋 copy color: '#440D68'

red 68 ◦ green 13 ◦ blue 104

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

Shades of Indigo #440D68

Tints of Indigo #440D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 56.22%

R = 36.76%
G = 7.03%
B = 56.22%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#440D68 (or 0x440D68) is known color: Indigo. HEX triplet: 44, 0D and 68. RGB value is (68,13,104). Sum of RGB (Red+Green+Blue) = 68+13+104=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #440D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D68 is #BBF297. Grayscale: #272727. Windows color (decimal): -12317336 or 6819140. OLE color: 6819140.

HSL color Cylindrical-coordinate representation of color #440D68: hue angle of 276.26º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440D68 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 13 104 -
CMYK 0.35 0.88 0 0.59
HSL 276.26º 0.78% 0.23% -
HSV(B) 276.26º 0.88% 0.41% -
XYZ 5.03 2.52 13.32 -
YUV 39.82 164.22 148.1 -
System Red Green Blue C M Y K H S L
Decimal 68 13 104 0.35 0.88 0 0.59 276.26 0.78 0.23
Hex 44 D 68 23 58 0 3B 114 4E 17
Octal 104 15 150 43 130 0 73 424 116 27
Binary 1000100 1101 1101000 100011 1011000 0 111011 100010100 1001110 10111

Color Harmonies of #440D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D68

Black with #440D68

Text Example


Text Example

White with #440D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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