Html Css Color HEX #440B68 Indigo

📋 copy color: '#440B68'

red 68 ◦ green 11 ◦ blue 104

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

Shades of Indigo #440B68

Tints of Indigo #440B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.01%

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

R = 37.16%
G = 6.01%
B = 56.83%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#440B68 (or 0x440B68) is known color: Indigo. HEX triplet: 44, 0B and 68. RGB value is (68,11,104). Sum of RGB (Red+Green+Blue) = 68+11+104=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #440B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B68 is #BBF497. Grayscale: #262626. Windows color (decimal): -12317848 or 6818628. OLE color: 6818628.

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

Color convert

RGB 68 11 104 -
CMYK 0.35 0.89 0 0.59
HSL 276.77º 0.81% 0.23% -
HSV(B) 276.77º 0.89% 0.41% -
XYZ 5 2.47 13.31 -
YUV 38.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 68 11 104 0.35 0.89 0 0.59 276.77 0.81 0.23
Hex 44 B 68 23 59 0 3B 115 51 17
Octal 104 13 150 43 131 0 73 425 121 27
Binary 1000100 1011 1101000 100011 1011001 0 111011 100010101 1010001 10111

Color Harmonies of #440B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B68

Black with #440B68

Text Example


Text Example

White with #440B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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