#602481

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

Shades of Kingfisher Daisy #602481

Tints of Kingfisher Daisy #602481

Color information

#602481 (or 0x602481) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 24 and 81. RGB value is (96,36,129). Sum of RGB (Red+Green+Blue) = 96+36+129=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #602481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602481 is #9FDB7E. Grayscale: #404040. Windows color (decimal): -10476415 or 8463456. OLE color: 8463456.

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

Color convert

RGB9636129-
CMYK0.260.7200.49
HSL278.71º56.36%32.35%-
HSV(B)278.71º72.09%50.59%-
XYZ9.425.3321.3-
YUV64.54164.38150.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 129 (50.78% from 255) = 49.43%
R=36.78%
G=13.79%
B=49.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96361290.260.7200.49278.7156.3632.35
Hex6024811A480311173820
Octal14044201321100614277040
Binary1100000100100100000011101010010000110001100010111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602481; }

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

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

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

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

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

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

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

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