Html Css Color HEX #440B69 Indigo

📋 copy color: '#440B69'

red 68 ◦ green 11 ◦ blue 105

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

Shades of Indigo #440B69

Tints of Indigo #440B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 57.07%

R = 36.96%
G = 5.98%
B = 57.07%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#440B69 (or 0x440B69) is known color: Indigo. HEX triplet: 44, 0B and 69. RGB value is (68,11,105). Sum of RGB (Red+Green+Blue) = 68+11+105=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #440B69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B69 is #BBF496. Grayscale: #262626. Windows color (decimal): -12317847 or 6884164. OLE color: 6884164.

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

Color convert

RGB 68 11 105 -
CMYK 0.35 0.90 0 0.59
HSL 276.38º 0.81% 0.23% -
HSV(B) 276.38º 0.9% 0.41% -
XYZ 5.05 2.49 13.58 -
YUV 38.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 68 11 105 0.35 0.90 0 0.59 276.38 0.81 0.23
Hex 44 B 69 23 5A 0 3B 114 51 17
Octal 104 13 151 43 132 0 73 424 121 27
Binary 1000100 1011 1101001 100011 1011010 0 111011 100010100 1010001 10111

Color Harmonies of #440B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B69

Black with #440B69

Text Example


Text Example

White with #440B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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