Html Css Color HEX #44087D Indigo

📋 copy color: '#44087D'

red 68 ◦ green 8 ◦ blue 125

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

Shades of Indigo #44087D

Tints of Indigo #44087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 62.19%

R = 33.83%
G = 3.98%
B = 62.19%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44087D (or 0x44087D) is known color: Indigo. HEX triplet: 44, 08 and 7D. RGB value is (68,8,125). Sum of RGB (Red+Green+Blue) = 68+8+125=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #44087D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44087D is #BBF782. Grayscale: #262626. Windows color (decimal): -12318595 or 8194116. OLE color: 8194116.

HSL color Cylindrical-coordinate representation of color #44087D: hue angle of 270.77º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44087D is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 8 125 -
CMYK 0.46 0.94 0 0.51
HSL 270.77º 0.88% 0.26% -
HSV(B) 270.77º 0.94% 0.49% -
XYZ 6.17 2.88 19.63 -
YUV 39.28 176.38 148.49 -
System Red Green Blue C M Y K H S L
Decimal 68 8 125 0.46 0.94 0 0.51 270.77 0.88 0.26
Hex 44 8 7D 2E 5E 0 33 10F 58 1A
Octal 104 10 175 56 136 0 63 417 130 32
Binary 1000100 1000 1111101 101110 1011110 0 110011 100001111 1011000 11010

Color Harmonies of #44087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44087D

Black with #44087D

Text Example


Text Example

White with #44087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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