Html Css Color HEX #440B66 Indigo

📋 copy color: '#440B66'

red 68 ◦ green 11 ◦ blue 102

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

Shades of Indigo #440B66

Tints of Indigo #440B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 56.35%

R = 37.57%
G = 6.08%
B = 56.35%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#440B66 (or 0x440B66) is known color: Indigo. HEX triplet: 44, 0B and 66. RGB value is (68,11,102). Sum of RGB (Red+Green+Blue) = 68+11+102=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #440B66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B66 is #BBF499. Grayscale: #262626. Windows color (decimal): -12317850 or 6687556. OLE color: 6687556.

HSL color Cylindrical-coordinate representation of color #440B66: hue angle of 277.58º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #440B66 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 68 11 102 -
CMYK 0.33 0.89 0 0.6
HSL 277.58º 0.81% 0.22% -
HSV(B) 277.58º 0.89% 0.4% -
XYZ 4.9 2.43 12.78 -
YUV 38.42 163.88 149.1 -
System Red Green Blue C M Y K H S L
Decimal 68 11 102 0.33 0.89 0 0.6 277.58 0.81 0.22
Hex 44 B 66 21 59 0 3C 116 51 16
Octal 104 13 146 41 131 0 74 426 121 26
Binary 1000100 1011 1100110 100001 1011001 0 111100 100010110 1010001 10110

Color Harmonies of #440B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B66

Black with #440B66

Text Example


Text Example

White with #440B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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