Html Css Color HEX #44059E Indigo

📋 copy color: '#44059E'

red 68 ◦ green 5 ◦ blue 158

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

Shades of Indigo #44059E

Tints of Indigo #44059E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 158 (62.11% from 255) = 68.4%

R = 29.44%
G = 2.16%
B = 68.4%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44059E (or 0x44059E) is known color: Indigo. HEX triplet: 44, 05 and 9E. RGB value is (68,5,158). Sum of RGB (Red+Green+Blue) = 68+5+158=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #44059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44059E is #BBFA61. Grayscale: #282828. Windows color (decimal): -12319330 or 10356036. OLE color: 10356036.

HSL color Cylindrical-coordinate representation of color #44059E: hue angle of 264.71º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44059E is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 5 158 -
CMYK 0.57 0.97 0 0.38
HSL 264.71º 0.94% 0.32% -
HSV(B) 264.71º 0.97% 0.62% -
XYZ 8.61 3.81 32.63 -
YUV 41.28 193.87 147.06 -
System Red Green Blue C M Y K H S L
Decimal 68 5 158 0.57 0.97 0 0.38 264.71 0.94 0.32
Hex 44 5 9E 39 61 0 26 109 5E 20
Octal 104 5 236 71 141 0 46 411 136 40
Binary 1000100 101 10011110 111001 1100001 0 100110 100001001 1011110 100000

Color Harmonies of #44059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44059E

Black with #44059E

Text Example


Text Example

White with #44059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,5,158); }

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

background-color css

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

 a { background-color: rgb(68,5,158); }

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

border-color css

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

 span { border-color: rgb(68,5,158); }

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