Html Css Color HEX #440378 Indigo

📋 copy color: '#440378'

red 68 ◦ green 3 ◦ blue 120

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

Shades of Indigo #440378

Tints of Indigo #440378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.57%

 BLUE value IS 120 (47.27% from 255) = 62.83%

R = 35.6%
G = 1.57%
B = 62.83%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#440378 (or 0x440378) is known color: Indigo. HEX triplet: 44, 03 and 78. RGB value is (68,3,120). Sum of RGB (Red+Green+Blue) = 68+3+120=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #440378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440378 is #BBFC87. Grayscale: #232323. Windows color (decimal): -12319880 or 7865156. OLE color: 7865156.

HSL color Cylindrical-coordinate representation of color #440378: hue angle of 273.33º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #440378 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 3 120 -
CMYK 0.43 0.98 0 0.53
HSL 273.33º 0.95% 0.24% -
HSV(B) 273.33º 0.98% 0.47% -
XYZ 5.81 2.65 17.97 -
YUV 35.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 68 3 120 0.43 0.98 0 0.53 273.33 0.95 0.24
Hex 44 3 78 2B 62 0 35 111 5F 18
Octal 104 3 170 53 142 0 65 421 137 30
Binary 1000100 11 1111000 101011 1100010 0 110101 100010001 1011111 11000

Color Harmonies of #440378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440378

Black with #440378

Text Example


Text Example

White with #440378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440378; }

 p { color: rgb(68,3,120); }

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

background-color css

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

 a { background-color: rgb(68,3,120); }

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

border-color css

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

 span { border-color: rgb(68,3,120); }

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