Html Css Color HEX #480182 Indigo

📋 copy color: '#480182'

red 72 ◦ green 1 ◦ blue 130

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

Shades of Indigo #480182

Tints of Indigo #480182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 64.04%

R = 35.47%
G = 0.49%
B = 64.04%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#480182 (or 0x480182) is known color: Indigo. HEX triplet: 48, 01 and 82. RGB value is (72,1,130). Sum of RGB (Red+Green+Blue) = 72+1+130=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #480182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480182 is #B7FE7D. Grayscale: #242424. Windows color (decimal): -12058238 or 8520008. OLE color: 8520008.

HSL color Cylindrical-coordinate representation of color #480182: hue angle of 273.02º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480182 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 1 130 -
CMYK 0.45 0.99 0 0.49
HSL 273.02º 0.98% 0.26% -
HSV(B) 273.02º 0.99% 0.51% -
XYZ 6.71 3.01 21.35 -
YUV 36.94 180.52 153.01 -
System Red Green Blue C M Y K H S L
Decimal 72 1 130 0.45 0.99 0 0.49 273.02 0.98 0.26
Hex 48 1 82 2D 63 0 31 111 62 1A
Octal 110 1 202 55 143 0 61 421 142 32
Binary 1001000 1 10000010 101101 1100011 0 110001 100010001 1100010 11010

Color Harmonies of #480182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480182

Black with #480182

Text Example


Text Example

White with #480182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480182; }

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

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

background-color css

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

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

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

border-color css

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

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

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