Html Css Color HEX #44066D Indigo

📋 copy color: '#44066D'

red 68 ◦ green 6 ◦ blue 109

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

Shades of Indigo #44066D

Tints of Indigo #44066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.28%

 BLUE value IS 109 (42.97% from 255) = 59.56%

R = 37.16%
G = 3.28%
B = 59.56%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#44066D (or 0x44066D) is known color: Indigo. HEX triplet: 44, 06 and 6D. RGB value is (68,6,109). Sum of RGB (Red+Green+Blue) = 68+6+109=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #44066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44066D is #BBF992. Grayscale: #232323. Windows color (decimal): -12319123 or 7145028. OLE color: 7145028.

HSL color Cylindrical-coordinate representation of color #44066D: hue angle of 276.12º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44066D is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 6 109 -
CMYK 0.38 0.94 0 0.57
HSL 276.12º 0.9% 0.23% -
HSV(B) 276.12º 0.94% 0.43% -
XYZ 5.21 2.46 14.67 -
YUV 36.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 68 6 109 0.38 0.94 0 0.57 276.12 0.9 0.23
Hex 44 6 6D 26 5E 0 39 114 5A 17
Octal 104 6 155 46 136 0 71 424 132 27
Binary 1000100 110 1101101 100110 1011110 0 111001 100010100 1011010 10111

Color Harmonies of #44066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44066D

Black with #44066D

Text Example


Text Example

White with #44066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44066D; }

 p { color: rgb(68,6,109); }

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

background-color css

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

 a { background-color: rgb(68,6,109); }

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

border-color css

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

 span { border-color: rgb(68,6,109); }

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