Html Css Color HEX #440096 Indigo

📋 copy color: '#440096'

red 68 ◦ green 0 ◦ blue 150

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

Shades of Indigo #440096

Tints of Indigo #440096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 68.81%

R = 31.19%
G = 0%
B = 68.81%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#440096 (or 0x440096) is known color: Indigo. HEX triplet: 44, 00 and 96. RGB value is (68,0,150). Sum of RGB (Red+Green+Blue) = 68+0+150=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #440096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440096 is #BBFF69. Grayscale: #242424. Windows color (decimal): -12320618 or 9830468. OLE color: 9830468.

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

Color convert

RGB 68 0 150 -
CMYK 0.55 1 0 0.41
HSL 267.2º 1% 0.29% -
HSV(B) 267.2º 1% 0.59% -
XYZ 7.89 3.43 29.1 -
YUV 37.43 191.53 149.8 -
System Red Green Blue C M Y K H S L
Decimal 68 0 150 0.55 1 0 0.41 267.2 1 0.29
Hex 44 0 96 37 64 0 29 10B 64 1D
Octal 104 0 226 67 144 0 51 413 144 35
Binary 1000100 0 10010110 110111 1100100 0 101001 100001011 1100100 11101

Color Harmonies of #440096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440096

Black with #440096

Text Example


Text Example

White with #440096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440096; }

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

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

background-color css

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

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

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

border-color css

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

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

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