Html Css Color HEX #440675 Indigo

📋 copy color: '#440675'

red 68 ◦ green 6 ◦ blue 117

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

Shades of Indigo #440675

Tints of Indigo #440675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.14%

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

R = 35.6%
G = 3.14%
B = 61.26%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#440675 (or 0x440675) is known color: Indigo. HEX triplet: 44, 06 and 75. RGB value is (68,6,117). Sum of RGB (Red+Green+Blue) = 68+6+117=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #440675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440675 is #BBF98A. Grayscale: #242424. Windows color (decimal): -12319115 or 7669316. OLE color: 7669316.

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

Color convert

RGB 68 6 117 -
CMYK 0.42 0.95 0 0.54
HSL 273.51º 0.9% 0.24% -
HSV(B) 273.51º 0.95% 0.46% -
XYZ 5.66 2.64 17.04 -
YUV 37.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 68 6 117 0.42 0.95 0 0.54 273.51 0.9 0.24
Hex 44 6 75 2A 5F 0 36 112 5A 18
Octal 104 6 165 52 137 0 66 422 132 30
Binary 1000100 110 1110101 101010 1011111 0 110110 100010010 1011010 11000

Color Harmonies of #440675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440675

Black with #440675

Text Example


Text Example

White with #440675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440675; }

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

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

background-color css

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

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

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

border-color css

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

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

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