Html Css Color HEX #440066 Indigo

📋 copy color: '#440066'

red 68 ◦ green 0 ◦ blue 102

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

Shades of Indigo #440066

Tints of Indigo #440066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#440066 (or 0x440066) is known color: Indigo. HEX triplet: 44, 00 and 66. RGB value is (68,0,102). Sum of RGB (Red+Green+Blue) = 68+0+102=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #440066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440066 is #BBFF99. Grayscale: #1F1F1F. Windows color (decimal): -12320666 or 6684740. OLE color: 6684740.

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

Color convert

RGB 68 0 102 -
CMYK 0.33 1 0 0.6
HSL 280º 1% 0.2% -
HSV(B) 280º 1% 0.4% -
XYZ 4.78 2.19 12.74 -
YUV 31.96 167.53 153.71 -
System Red Green Blue C M Y K H S L
Decimal 68 0 102 0.33 1 0 0.6 280 1 0.2
Hex 44 0 66 21 64 0 3C 118 64 14
Octal 104 0 146 41 144 0 74 430 144 24
Binary 1000100 0 1100110 100001 1100100 0 111100 100011000 1100100 10100

Color Harmonies of #440066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440066

Black with #440066

Text Example


Text Example

White with #440066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440066; }

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

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

background-color css

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

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

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

border-color css

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

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

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