Html Css Color HEX #440A78 Indigo

📋 copy color: '#440A78'

red 68 ◦ green 10 ◦ blue 120

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

Shades of Indigo #440A78

Tints of Indigo #440A78

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.05%

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

R = 34.34%
G = 5.05%
B = 60.61%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#440A78 (or 0x440A78) is known color: Indigo. HEX triplet: 44, 0A and 78. RGB value is (68,10,120). Sum of RGB (Red+Green+Blue) = 68+10+120=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 120 (47.27% from 255 or 60.61% from 198); Max value from RGB is 120 - color contains mainly: blue. Hex color #440A78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A78 is #BBF587. Grayscale: #272727. Windows color (decimal): -12318088 or 7866948. OLE color: 7866948.

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

Color convert

RGB 68 10 120 -
CMYK 0.43 0.92 0 0.53
HSL 271.64º 0.85% 0.25% -
HSV(B) 271.64º 0.92% 0.47% -
XYZ 5.88 2.8 18 -
YUV 39.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 68 10 120 0.43 0.92 0 0.53 271.64 0.85 0.25
Hex 44 A 78 2B 5C 0 35 110 55 19
Octal 104 12 170 53 134 0 65 420 125 31
Binary 1000100 1010 1111000 101011 1011100 0 110101 100010000 1010101 11001

Color Harmonies of #440A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440A78

Black with #440A78

Text Example


Text Example

White with #440A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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