Html Css Color HEX #440095 Indigo

📋 copy color: '#440095'

red 68 ◦ green 0 ◦ blue 149

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

Shades of Indigo #440095

Tints of Indigo #440095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 68.66%

R = 31.34%
G = 0%
B = 68.66%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#440095 (or 0x440095) is known color: Indigo. HEX triplet: 44, 00 and 95. RGB value is (68,0,149). Sum of RGB (Red+Green+Blue) = 68+0+149=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #440095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440095 is #BBFF6A. Grayscale: #242424. Windows color (decimal): -12320619 or 9764932. OLE color: 9764932.

HSL color Cylindrical-coordinate representation of color #440095: hue angle of 267.38º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440095 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 0 149 -
CMYK 0.54 1 0 0.42
HSL 267.38º 1% 0.29% -
HSV(B) 267.38º 1% 0.58% -
XYZ 7.81 3.4 28.68 -
YUV 37.32 191.03 149.88 -
System Red Green Blue C M Y K H S L
Decimal 68 0 149 0.54 1 0 0.42 267.38 1 0.29
Hex 44 0 95 36 64 0 2A 10B 64 1D
Octal 104 0 225 66 144 0 52 413 144 35
Binary 1000100 0 10010101 110110 1100100 0 101010 100001011 1100100 11101

Color Harmonies of #440095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440095

Black with #440095

Text Example


Text Example

White with #440095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440095; }

 p { color: rgb(68,0,149); }

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

background-color css

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

 a { background-color: rgb(68,0,149); }

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

border-color css

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

 span { border-color: rgb(68,0,149); }

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