Html Css Color HEX #44078E Indigo

📋 copy color: '#44078E'

red 68 ◦ green 7 ◦ blue 142

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

Shades of Indigo #44078E

Tints of Indigo #44078E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 65.44%

R = 31.34%
G = 3.23%
B = 65.44%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#44078E (or 0x44078E) is known color: Indigo. HEX triplet: 44, 07 and 8E. RGB value is (68,7,142). Sum of RGB (Red+Green+Blue) = 68+7+142=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #44078E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44078E is #BBF871. Grayscale: #282828. Windows color (decimal): -12318834 or 9307972. OLE color: 9307972.

HSL color Cylindrical-coordinate representation of color #44078E: hue angle of 267.11º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44078E is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 7 142 -
CMYK 0.52 0.95 0 0.44
HSL 267.11º 0.91% 0.29% -
HSV(B) 267.11º 0.95% 0.56% -
XYZ 7.34 3.33 25.85 -
YUV 40.63 185.21 147.52 -
System Red Green Blue C M Y K H S L
Decimal 68 7 142 0.52 0.95 0 0.44 267.11 0.91 0.29
Hex 44 7 8E 34 5F 0 2C 10B 5B 1D
Octal 104 7 216 64 137 0 54 413 133 35
Binary 1000100 111 10001110 110100 1011111 0 101100 100001011 1011011 11101

Color Harmonies of #44078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44078E

Black with #44078E

Text Example


Text Example

White with #44078E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44078E; }

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

 H1.HeaderClassName
 {
   color: #44078E;
 }
 .AnyTagClassName
 {
   color: #44078E;
 }
</style>

background-color css

<style>
 a { background-color: #44078E; }

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

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

border-color css

<style>
 span { border-color: #44078E; }

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

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