Html Css Color HEX #44019E Indigo

📋 copy color: '#44019E'

red 68 ◦ green 1 ◦ blue 158

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

Shades of Indigo #44019E

Tints of Indigo #44019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 29.96%
G = 0.44%
B = 69.6%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44019E (or 0x44019E) is known color: Indigo. HEX triplet: 44, 01 and 9E. RGB value is (68,1,158). Sum of RGB (Red+Green+Blue) = 68+1+158=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #44019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44019E is #BBFE61. Grayscale: #262626. Windows color (decimal): -12320354 or 10355012. OLE color: 10355012.

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

Color convert

RGB 68 1 158 -
CMYK 0.57 0.99 0 0.38
HSL 265.61º 0.99% 0.31% -
HSV(B) 265.61º 0.99% 0.62% -
XYZ 8.57 3.72 32.61 -
YUV 38.93 195.2 148.73 -
System Red Green Blue C M Y K H S L
Decimal 68 1 158 0.57 0.99 0 0.38 265.61 0.99 0.31
Hex 44 1 9E 39 63 0 26 10A 63 1F
Octal 104 1 236 71 143 0 46 412 143 37
Binary 1000100 1 10011110 111001 1100011 0 100110 100001010 1100011 11111

Color Harmonies of #44019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44019E

Black with #44019E

Text Example


Text Example

White with #44019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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