Html Css Color HEX #44079B Indigo

📋 copy color: '#44079B'

red 68 ◦ green 7 ◦ blue 155

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

Shades of Indigo #44079B

Tints of Indigo #44079B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.04%

 BLUE value IS 155 (60.94% from 255) = 67.39%

R = 29.57%
G = 3.04%
B = 67.39%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44079B (or 0x44079B) is known color: Indigo. HEX triplet: 44, 07 and 9B. RGB value is (68,7,155). Sum of RGB (Red+Green+Blue) = 68+7+155=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #44079B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44079B is #BBF864. Grayscale: #292929. Windows color (decimal): -12318821 or 10159940. OLE color: 10159940.

HSL color Cylindrical-coordinate representation of color #44079B: hue angle of 264.73º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44079B is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 7 155 -
CMYK 0.56 0.95 0 0.39
HSL 264.73º 0.91% 0.32% -
HSV(B) 264.73º 0.95% 0.61% -
XYZ 8.38 3.75 31.29 -
YUV 42.11 191.71 146.47 -
System Red Green Blue C M Y K H S L
Decimal 68 7 155 0.56 0.95 0 0.39 264.73 0.91 0.32
Hex 44 7 9B 38 5F 0 27 109 5B 20
Octal 104 7 233 70 137 0 47 411 133 40
Binary 1000100 111 10011011 111000 1011111 0 100111 100001001 1011011 100000

Color Harmonies of #44079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44079B

Black with #44079B

Text Example


Text Example

White with #44079B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,7,155); }

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

background-color css

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

 a { background-color: rgb(68,7,155); }

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

border-color css

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

 span { border-color: rgb(68,7,155); }

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