Html Css Color HEX #480164 Indigo

📋 copy color: '#480164'

red 72 ◦ green 1 ◦ blue 100

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

Shades of Indigo #480164

Tints of Indigo #480164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 57.8%

R = 41.62%
G = 0.58%
B = 57.8%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#480164 (or 0x480164) is known color: Indigo. HEX triplet: 48, 01 and 64. RGB value is (72,1,100). Sum of RGB (Red+Green+Blue) = 72+1+100=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #480164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480164 is #B7FE9B. Grayscale: #212121. Windows color (decimal): -12058268 or 6553928. OLE color: 6553928.

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

Color convert

RGB 72 1 100 -
CMYK 0.28 0.99 0 0.61
HSL 283.03º 0.98% 0.2% -
HSV(B) 283.03º 0.99% 0.39% -
XYZ 4.98 2.32 12.24 -
YUV 33.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 72 1 100 0.28 0.99 0 0.61 283.03 0.98 0.2
Hex 48 1 64 1C 63 0 3D 11B 62 14
Octal 110 1 144 34 143 0 75 433 142 24
Binary 1001000 1 1100100 11100 1100011 0 111101 100011011 1100010 10100

Color Harmonies of #480164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480164

Black with #480164

Text Example


Text Example

White with #480164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480164; }

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

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

background-color css

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

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

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

border-color css

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

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

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