Html Css Color HEX #480C71 Indigo

📋 copy color: '#480C71'

red 72 ◦ green 12 ◦ blue 113

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

Shades of Indigo #480C71

Tints of Indigo #480C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.09%

 BLUE value IS 113 (44.53% from 255) = 57.36%

R = 36.55%
G = 6.09%
B = 57.36%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#480C71 (or 0x480C71) is known color: Indigo. HEX triplet: 48, 0C and 71. RGB value is (72,12,113). Sum of RGB (Red+Green+Blue) = 72+12+113=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #480C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480C71 is #B7F38E. Grayscale: #292929. Windows color (decimal): -12055439 or 7408712. OLE color: 7408712.

HSL color Cylindrical-coordinate representation of color #480C71: hue angle of 275.64º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480C71 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 12 113 -
CMYK 0.36 0.89 0 0.56
HSL 275.64º 0.81% 0.25% -
HSV(B) 275.64º 0.89% 0.44% -
XYZ 5.78 2.83 15.86 -
YUV 41.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 72 12 113 0.36 0.89 0 0.56 275.64 0.81 0.25
Hex 48 C 71 24 59 0 38 114 51 19
Octal 110 14 161 44 131 0 70 424 121 31
Binary 1001000 1100 1110001 100100 1011001 0 111000 100010100 1010001 11001

Color Harmonies of #480C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C71

Black with #480C71

Text Example


Text Example

White with #480C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480C71; }

 p { color: rgb(72,12,113); }

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

background-color css

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

 a { background-color: rgb(72,12,113); }

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

border-color css

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

 span { border-color: rgb(72,12,113); }

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