Html Css Color HEX #480562 Indigo

📋 copy color: '#480562'

red 72 ◦ green 5 ◦ blue 98

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

Shades of Indigo #480562

Tints of Indigo #480562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

 BLUE value IS 98 (38.67% from 255) = 56%

R = 41.14%
G = 2.86%
B = 56%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#480562 (or 0x480562) is known color: Indigo. HEX triplet: 48, 05 and 62. RGB value is (72,5,98). Sum of RGB (Red+Green+Blue) = 72+5+98=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #480562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480562 is #B7FA9D. Grayscale: #232323. Windows color (decimal): -12057246 or 6423880. OLE color: 6423880.

HSL color Cylindrical-coordinate representation of color #480562: hue angle of 283.23º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480562 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 5 98 -
CMYK 0.27 0.95 0 0.62
HSL 283.23º 0.9% 0.2% -
HSV(B) 283.23º 0.95% 0.38% -
XYZ 4.93 2.37 11.75 -
YUV 35.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 72 5 98 0.27 0.95 0 0.62 283.23 0.9 0.2
Hex 48 5 62 1B 5F 0 3E 11B 5A 14
Octal 110 5 142 33 137 0 76 433 132 24
Binary 1001000 101 1100010 11011 1011111 0 111110 100011011 1011010 10100

Color Harmonies of #480562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480562

Black with #480562

Text Example


Text Example

White with #480562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480562; }

 p { color: rgb(72,5,98); }

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

background-color css

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

 a { background-color: rgb(72,5,98); }

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

border-color css

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

 span { border-color: rgb(72,5,98); }

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