Html Css Color HEX #440A9D Indigo

📋 copy color: '#440A9D'

red 68 ◦ green 10 ◦ blue 157

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

Shades of Indigo #440A9D

Tints of Indigo #440A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 66.81%

R = 28.94%
G = 4.26%
B = 66.81%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#440A9D (or 0x440A9D) is known color: Indigo. HEX triplet: 44, 0A and 9D. RGB value is (68,10,157). Sum of RGB (Red+Green+Blue) = 68+10+157=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #440A9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440A9D is #BBF562. Grayscale: #2B2B2B. Windows color (decimal): -12318051 or 10291780. OLE color: 10291780.

HSL color Cylindrical-coordinate representation of color #440A9D: hue angle of 263.67º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440A9D is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 10 157 -
CMYK 0.57 0.94 0 0.38
HSL 263.67º 0.88% 0.33% -
HSV(B) 263.67º 0.94% 0.62% -
XYZ 8.58 3.88 32.2 -
YUV 44.1 191.72 145.05 -
System Red Green Blue C M Y K H S L
Decimal 68 10 157 0.57 0.94 0 0.38 263.67 0.88 0.33
Hex 44 A 9D 39 5E 0 26 108 58 21
Octal 104 12 235 71 136 0 46 410 130 41
Binary 1000100 1010 10011101 111001 1011110 0 100110 100001000 1011000 100001

Color Harmonies of #440A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440A9D

Black with #440A9D

Text Example


Text Example

White with #440A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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