Html Css Color HEX #440878 Indigo

📋 copy color: '#440878'

red 68 ◦ green 8 ◦ blue 120

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

Shades of Indigo #440878

Tints of Indigo #440878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.08%

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

R = 34.69%
G = 4.08%
B = 61.22%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#440878 (or 0x440878) is known color: Indigo. HEX triplet: 44, 08 and 78. RGB value is (68,8,120). Sum of RGB (Red+Green+Blue) = 68+8+120=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #440878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440878 is #BBF787. Grayscale: #262626. Windows color (decimal): -12318600 or 7866436. OLE color: 7866436.

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

Color convert

RGB 68 8 120 -
CMYK 0.43 0.93 0 0.53
HSL 272.14º 0.88% 0.25% -
HSV(B) 272.14º 0.93% 0.47% -
XYZ 5.86 2.76 17.99 -
YUV 38.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 68 8 120 0.43 0.93 0 0.53 272.14 0.88 0.25
Hex 44 8 78 2B 5D 0 35 110 58 19
Octal 104 10 170 53 135 0 65 420 130 31
Binary 1000100 1000 1111000 101011 1011101 0 110101 100010000 1011000 11001

Color Harmonies of #440878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440878

Black with #440878

Text Example


Text Example

White with #440878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440878; }

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

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

background-color css

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

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

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

border-color css

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

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

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