Html Css Color HEX #440075 Indigo

📋 copy color: '#440075'

red 68 ◦ green 0 ◦ blue 117

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

Shades of Indigo #440075

Tints of Indigo #440075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.76%
G = 0%
B = 63.24%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#440075 (or 0x440075) is known color: Indigo. HEX triplet: 44, 00 and 75. RGB value is (68,0,117). Sum of RGB (Red+Green+Blue) = 68+0+117=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #440075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440075 is #BBFF8A. Grayscale: #212121. Windows color (decimal): -12320651 or 7667780. OLE color: 7667780.

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

Color convert

RGB 68 0 117 -
CMYK 0.42 1 0 0.54
HSL 274.87º 1% 0.23% -
HSV(B) 274.87º 1% 0.46% -
XYZ 5.59 2.51 17.02 -
YUV 33.67 175.03 152.49 -
System Red Green Blue C M Y K H S L
Decimal 68 0 117 0.42 1 0 0.54 274.87 1 0.23
Hex 44 0 75 2A 64 0 36 113 64 17
Octal 104 0 165 52 144 0 66 423 144 27
Binary 1000100 0 1110101 101010 1100100 0 110110 100010011 1100100 10111

Color Harmonies of #440075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440075

Black with #440075

Text Example


Text Example

White with #440075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440075; }

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

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

background-color css

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

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

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

border-color css

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

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

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