Html Css Color HEX #44086B Indigo

📋 copy color: '#44086B'

red 68 ◦ green 8 ◦ blue 107

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

Shades of Indigo #44086B

Tints of Indigo #44086B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 58.47%

R = 37.16%
G = 4.37%
B = 58.47%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44086B (or 0x44086B) is known color: Indigo. HEX triplet: 44, 08 and 6B. RGB value is (68,8,107). Sum of RGB (Red+Green+Blue) = 68+8+107=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #44086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44086B is #BBF794. Grayscale: #242424. Windows color (decimal): -12318613 or 7014468. OLE color: 7014468.

HSL color Cylindrical-coordinate representation of color #44086B: hue angle of 276.36º 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 #44086B is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 8 107 -
CMYK 0.36 0.93 0 0.58
HSL 276.36º 0.86% 0.23% -
HSV(B) 276.36º 0.93% 0.42% -
XYZ 5.12 2.46 14.12 -
YUV 37.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 68 8 107 0.36 0.93 0 0.58 276.36 0.86 0.23
Hex 44 8 6B 24 5D 0 3A 114 56 17
Octal 104 10 153 44 135 0 72 424 126 27
Binary 1000100 1000 1101011 100100 1011101 0 111010 100010100 1010110 10111

Color Harmonies of #44086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44086B

Black with #44086B

Text Example


Text Example

White with #44086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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