Html Css Color HEX #44086C Indigo

📋 copy color: '#44086C'

red 68 ◦ green 8 ◦ blue 108

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

Shades of Indigo #44086C

Tints of Indigo #44086C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 108 (42.58% from 255) = 58.7%

R = 36.96%
G = 4.35%
B = 58.7%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44086C (or 0x44086C) is known color: Indigo. HEX triplet: 44, 08 and 6C. RGB value is (68,8,108). Sum of RGB (Red+Green+Blue) = 68+8+108=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #44086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44086C is #BBF793. Grayscale: #252525. Windows color (decimal): -12318612 or 7080004. OLE color: 7080004.

HSL color Cylindrical-coordinate representation of color #44086C: hue angle of 276º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44086C is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 8 108 -
CMYK 0.37 0.93 0 0.58
HSL 276º 0.86% 0.23% -
HSV(B) 276º 0.93% 0.42% -
XYZ 5.18 2.49 14.39 -
YUV 37.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 68 8 108 0.37 0.93 0 0.58 276 0.86 0.23
Hex 44 8 6C 25 5D 0 3A 114 56 17
Octal 104 10 154 45 135 0 72 424 126 27
Binary 1000100 1000 1101100 100101 1011101 0 111010 100010100 1010110 10111

Color Harmonies of #44086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44086C

Black with #44086C

Text Example


Text Example

White with #44086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44086C; }

 p { color: rgb(68,8,108); }

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

background-color css

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

 a { background-color: rgb(68,8,108); }

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

border-color css

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

 span { border-color: rgb(68,8,108); }

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