Html Css Color HEX #44086F Indigo

📋 copy color: '#44086F'

red 68 ◦ green 8 ◦ blue 111

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

Shades of Indigo #44086F

Tints of Indigo #44086F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 59.36%

R = 36.36%
G = 4.28%
B = 59.36%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#44086F (or 0x44086F) is known color: Indigo. HEX triplet: 44, 08 and 6F. RGB value is (68,8,111). Sum of RGB (Red+Green+Blue) = 68+8+111=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #44086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44086F is #BBF790. Grayscale: #252525. Windows color (decimal): -12318609 or 7276612. OLE color: 7276612.

HSL color Cylindrical-coordinate representation of color #44086F: hue angle of 274.95º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44086F is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 8 111 -
CMYK 0.39 0.93 0 0.56
HSL 274.95º 0.87% 0.23% -
HSV(B) 274.95º 0.93% 0.44% -
XYZ 5.34 2.55 15.25 -
YUV 37.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 68 8 111 0.39 0.93 0 0.56 274.95 0.87 0.23
Hex 44 8 6F 27 5D 0 38 113 57 17
Octal 104 10 157 47 135 0 70 423 127 27
Binary 1000100 1000 1101111 100111 1011101 0 111000 100010011 1010111 10111

Color Harmonies of #44086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44086F

Black with #44086F

Text Example


Text Example

White with #44086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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