Html Css Color HEX #440175 Indigo

📋 copy color: '#440175'

red 68 ◦ green 1 ◦ blue 117

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

Shades of Indigo #440175

Tints of Indigo #440175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 36.56%
G = 0.54%
B = 62.9%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#440175 (or 0x440175) is known color: Indigo. HEX triplet: 44, 01 and 75. RGB value is (68,1,117). Sum of RGB (Red+Green+Blue) = 68+1+117=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #440175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440175 is #BBFE8A. Grayscale: #212121. Windows color (decimal): -12320395 or 7668036. OLE color: 7668036.

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

Color convert

RGB 68 1 117 -
CMYK 0.42 0.99 0 0.54
HSL 274.66º 0.98% 0.23% -
HSV(B) 274.66º 0.99% 0.46% -
XYZ 5.61 2.54 17.02 -
YUV 34.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 68 1 117 0.42 0.99 0 0.54 274.66 0.98 0.23
Hex 44 1 75 2A 63 0 36 113 62 17
Octal 104 1 165 52 143 0 66 423 142 27
Binary 1000100 1 1110101 101010 1100011 0 110110 100010011 1100010 10111

Color Harmonies of #440175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440175

Black with #440175

Text Example


Text Example

White with #440175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440175; }

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

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

background-color css

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

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

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

border-color css

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

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

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