Html Css Color HEX #480170 Indigo

📋 copy color: '#480170'

red 72 ◦ green 1 ◦ blue 112

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

Shades of Indigo #480170

Tints of Indigo #480170

RGB

 RED value IS 72 (28.52% from 255) = 38.92%

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

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

R = 38.92%
G = 0.54%
B = 60.54%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#480170 (or 0x480170) is known color: Indigo. HEX triplet: 48, 01 and 70. RGB value is (72,1,112). Sum of RGB (Red+Green+Blue) = 72+1+112=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #480170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480170 is #B7FE8F. Grayscale: #222222. Windows color (decimal): -12058256 or 7340360. OLE color: 7340360.

HSL color Cylindrical-coordinate representation of color #480170: hue angle of 278.38º 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 #480170 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 1 112 -
CMYK 0.36 0.99 0 0.56
HSL 278.38º 0.98% 0.22% -
HSV(B) 278.38º 0.99% 0.44% -
XYZ 5.61 2.57 15.53 -
YUV 34.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 72 1 112 0.36 0.99 0 0.56 278.38 0.98 0.22
Hex 48 1 70 24 63 0 38 116 62 16
Octal 110 1 160 44 143 0 70 426 142 26
Binary 1001000 1 1110000 100100 1100011 0 111000 100010110 1100010 10110

Color Harmonies of #480170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480170

Black with #480170

Text Example


Text Example

White with #480170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480170; }

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

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

background-color css

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

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

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

border-color css

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

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

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