Html Css Color HEX #440678 Indigo

📋 copy color: '#440678'

red 68 ◦ green 6 ◦ blue 120

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

Shades of Indigo #440678

Tints of Indigo #440678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.09%

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

R = 35.05%
G = 3.09%
B = 61.86%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#440678 (or 0x440678) is known color: Indigo. HEX triplet: 44, 06 and 78. RGB value is (68,6,120). Sum of RGB (Red+Green+Blue) = 68+6+120=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #440678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440678 is #BBF987. Grayscale: #252525. Windows color (decimal): -12319112 or 7865924. OLE color: 7865924.

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

Color convert

RGB 68 6 120 -
CMYK 0.43 0.95 0 0.53
HSL 272.63º 0.9% 0.25% -
HSV(B) 272.63º 0.95% 0.47% -
XYZ 5.84 2.72 17.99 -
YUV 37.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 68 6 120 0.43 0.95 0 0.53 272.63 0.9 0.25
Hex 44 6 78 2B 5F 0 35 111 5A 19
Octal 104 6 170 53 137 0 65 421 132 31
Binary 1000100 110 1111000 101011 1011111 0 110101 100010001 1011010 11001

Color Harmonies of #440678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440678

Black with #440678

Text Example


Text Example

White with #440678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440678; }

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

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

background-color css

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

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

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

border-color css

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

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

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