Html Css Color HEX #440B76 Indigo

📋 copy color: '#440B76'

red 68 ◦ green 11 ◦ blue 118

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

Shades of Indigo #440B76

Tints of Indigo #440B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 59.9%

R = 34.52%
G = 5.58%
B = 59.9%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#440B76 (or 0x440B76) is known color: Indigo. HEX triplet: 44, 0B and 76. RGB value is (68,11,118). Sum of RGB (Red+Green+Blue) = 68+11+118=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #440B76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B76 is #BBF489. Grayscale: #272727. Windows color (decimal): -12317834 or 7736132. OLE color: 7736132.

HSL color Cylindrical-coordinate representation of color #440B76: hue angle of 271.96º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440B76 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 11 118 -
CMYK 0.42 0.91 0 0.54
HSL 271.96º 0.83% 0.25% -
HSV(B) 271.96º 0.91% 0.46% -
XYZ 5.77 2.78 17.37 -
YUV 40.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 68 11 118 0.42 0.91 0 0.54 271.96 0.83 0.25
Hex 44 B 76 2A 5B 0 36 110 53 19
Octal 104 13 166 52 133 0 66 420 123 31
Binary 1000100 1011 1110110 101010 1011011 0 110110 100010000 1010011 11001

Color Harmonies of #440B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B76

Black with #440B76

Text Example


Text Example

White with #440B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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