#480467

Color #480467 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #480467

Tints of Indigo #480467

Color information

#480467 (or 0x480467) is unknown color: approx Indigo. HEX triplet: 48, 04 and 67. RGB value is (72,4,103). Sum of RGB (Red+Green+Blue) = 72+4+103=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 103 (40.62% from 255 or 57.54% from 179); Max value from RGB is 103 - color contains mainly: blue. Hex color #480467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480467 is #B7FB98. Grayscale: #232323. Windows color (decimal): -12057497 or 6751304. OLE color: 6751304.

HSL color Cylindrical-coordinate representation of color #480467: hue angle of 281.21º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480467 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB724103-
CMYK0.300.9600.60
HSL281.21º92.52%20.98%-
HSV(B)281.21º96.12%40.39%-
XYZ5.162.4413.03-
YUV35.62166.03153.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 103 (40.62% from 255) = 57.54%
R=40.22%
G=2.23%
B=57.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7241030.300.9600.60281.2192.5220.98
Hex484671E6003C1195d15
Octal11041473614007443113525
Binary100100010011001111111011000000111100100011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480467; }

 p { color: rgb(72,4,103); }

 H1.HeaderClassName
 {
   color: #480467;
 }
 .AnyTagClassName
 {
   color: #480467;
 }
</style>
background-color css

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

 a { background-color: rgb(72,4,103); }

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

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

 span { border-color: rgb(72,4,103); }

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