Html Css Color HEX #440875 Indigo

📋 copy color: '#440875'

red 68 ◦ green 8 ◦ blue 117

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

Shades of Indigo #440875

Tints of Indigo #440875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 60.62%

R = 35.23%
G = 4.15%
B = 60.62%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#440875 (or 0x440875) is known color: Indigo. HEX triplet: 44, 08 and 75. RGB value is (68,8,117). Sum of RGB (Red+Green+Blue) = 68+8+117=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #440875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440875 is #BBF78A. Grayscale: #252525. Windows color (decimal): -12318603 or 7669828. OLE color: 7669828.

HSL color Cylindrical-coordinate representation of color #440875: hue angle of 273.03º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440875 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 8 117 -
CMYK 0.42 0.93 0 0.54
HSL 273.03º 0.87% 0.25% -
HSV(B) 273.03º 0.93% 0.46% -
XYZ 5.68 2.69 17.05 -
YUV 38.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 68 8 117 0.42 0.93 0 0.54 273.03 0.87 0.25
Hex 44 8 75 2A 5D 0 36 111 57 19
Octal 104 10 165 52 135 0 66 421 127 31
Binary 1000100 1000 1110101 101010 1011101 0 110110 100010001 1010111 11001

Color Harmonies of #440875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440875

Black with #440875

Text Example


Text Example

White with #440875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440875; }

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

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

background-color css

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

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

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

border-color css

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

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

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