#480065

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

Shades of Indigo #480065

Tints of Indigo #480065

Color information

#480065 (or 0x480065) is unknown color: approx Indigo. HEX triplet: 48, 00 and 65. RGB value is (72,0,101). Sum of RGB (Red+Green+Blue) = 72+0+101=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #480065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480065 is #B7FF9A. Grayscale: #202020. Windows color (decimal): -12058523 or 6619208. OLE color: 6619208.

HSL color Cylindrical-coordinate representation of color #480065: hue angle of 282.77º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480065 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB720101-
CMYK0.29100.60
HSL282.77º100%19.8%-
HSV(B)282.77º100%39.61%-
XYZ5.022.3212.49-
YUV33.04166.35155.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 58.38%
R=41.62%
G=0%
B=58.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7201010.29100.60282.7710019.8
Hex480651D6403C11b6414
Octal11001453514407443314424
Binary1001000011001011110111001000111100100011011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480065; }

 p { color: rgb(72,0,101); }

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

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

 a { background-color: rgb(72,0,101); }

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

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

 span { border-color: rgb(72,0,101); }

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