Html Css Color HEX #440A85 Indigo

📋 copy color: '#440A85'

red 68 ◦ green 10 ◦ blue 133

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

Shades of Indigo #440A85

Tints of Indigo #440A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 63.03%

R = 32.23%
G = 4.74%
B = 63.03%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#440A85 (or 0x440A85) is known color: Indigo. HEX triplet: 44, 0A and 85. RGB value is (68,10,133). Sum of RGB (Red+Green+Blue) = 68+10+133=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #440A85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440A85 is #BBF57A. Grayscale: #282828. Windows color (decimal): -12318075 or 8718916. OLE color: 8718916.

HSL color Cylindrical-coordinate representation of color #440A85: hue angle of 268.29º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440A85 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 10 133 -
CMYK 0.49 0.92 0 0.48
HSL 268.29º 0.86% 0.28% -
HSV(B) 268.29º 0.92% 0.52% -
XYZ 6.73 3.14 22.44 -
YUV 41.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 68 10 133 0.49 0.92 0 0.48 268.29 0.86 0.28
Hex 44 A 85 31 5C 0 30 10C 56 1C
Octal 104 12 205 61 134 0 60 414 126 34
Binary 1000100 1010 10000101 110001 1011100 0 110000 100001100 1010110 11100

Color Harmonies of #440A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440A85

Black with #440A85

Text Example


Text Example

White with #440A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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