#602480

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

Shades of Kingfisher Daisy #602480

Tints of Kingfisher Daisy #602480

Color information

#602480 (or 0x602480) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 24 and 80. RGB value is (96,36,128). Sum of RGB (Red+Green+Blue) = 96+36+128=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #602480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602480 is #9FDB7F. Grayscale: #404040. Windows color (decimal): -10476416 or 8397920. OLE color: 8397920.

HSL color Cylindrical-coordinate representation of color #602480: hue angle of 279.13º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #602480 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9636128-
CMYK0.250.7200.50
HSL279.13º56.1%32.16%-
HSV(B)279.13º71.88%50.2%-
XYZ9.355.3120.95-
YUV64.43163.88150.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 128 (50.39% from 255) = 49.23%
R=36.92%
G=13.85%
B=49.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96361280.250.7200.50279.1356.132.16
Hex60248019480321173820
Octal14044200311100624277040
Binary1100000100100100000001100110010000110010100010111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602480; }

 p { color: rgb(96,36,128); }

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

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

 a { background-color: rgb(96,36,128); }

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

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

 span { border-color: rgb(96,36,128); }

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