Html Css Color HEX #440170 Indigo

📋 copy color: '#440170'

red 68 ◦ green 1 ◦ blue 112

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

Shades of Indigo #440170

Tints of Indigo #440170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 61.88%

R = 37.57%
G = 0.55%
B = 61.88%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#440170 (or 0x440170) is known color: Indigo. HEX triplet: 44, 01 and 70. RGB value is (68,1,112). Sum of RGB (Red+Green+Blue) = 68+1+112=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #440170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440170 is #BBFE8F. Grayscale: #212121. Windows color (decimal): -12320400 or 7340356. OLE color: 7340356.

HSL color Cylindrical-coordinate representation of color #440170: hue angle of 276.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440170 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 1 112 -
CMYK 0.39 0.99 0 0.56
HSL 276.22º 0.98% 0.22% -
HSV(B) 276.22º 0.99% 0.44% -
XYZ 5.32 2.42 15.52 -
YUV 33.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 68 1 112 0.39 0.99 0 0.56 276.22 0.98 0.22
Hex 44 1 70 27 63 0 38 114 62 16
Octal 104 1 160 47 143 0 70 424 142 26
Binary 1000100 1 1110000 100111 1100011 0 111000 100010100 1100010 10110

Color Harmonies of #440170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440170

Black with #440170

Text Example


Text Example

White with #440170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440170; }

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

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

background-color css

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

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

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

border-color css

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

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

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