Html Css Color HEX #440975 Indigo

📋 copy color: '#440975'

red 68 ◦ green 9 ◦ blue 117

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

Shades of Indigo #440975

Tints of Indigo #440975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

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

R = 35.05%
G = 4.64%
B = 60.31%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#440975 (or 0x440975) is known color: Indigo. HEX triplet: 44, 09 and 75. RGB value is (68,9,117). Sum of RGB (Red+Green+Blue) = 68+9+117=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #440975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440975 is #BBF68A. Grayscale: #262626. Windows color (decimal): -12318347 or 7670084. OLE color: 7670084.

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

Color convert

RGB 68 9 117 -
CMYK 0.42 0.92 0 0.54
HSL 272.78º 0.86% 0.25% -
HSV(B) 272.78º 0.92% 0.46% -
XYZ 5.69 2.71 17.05 -
YUV 38.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 68 9 117 0.42 0.92 0 0.54 272.78 0.86 0.25
Hex 44 9 75 2A 5C 0 36 111 56 19
Octal 104 11 165 52 134 0 66 421 126 31
Binary 1000100 1001 1110101 101010 1011100 0 110110 100010001 1010110 11001

Color Harmonies of #440975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440975

Black with #440975

Text Example


Text Example

White with #440975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440975; }

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

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

background-color css

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

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

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

border-color css

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

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

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