#602495

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

Shades of Kingfisher Daisy #602495

Tints of Kingfisher Daisy #602495

Color information

#602495 (or 0x602495) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 24 and 95. RGB value is (96,36,149). Sum of RGB (Red+Green+Blue) = 96+36+149=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #602495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602495 is #9FDB6A. Grayscale: #424242. Windows color (decimal): -10476395 or 9774176. OLE color: 9774176.

HSL color Cylindrical-coordinate representation of color #602495: hue angle of 271.86º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602495 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9636149-
CMYK0.360.7600.42
HSL271.86º61.08%36.27%-
HSV(B)271.86º75.84%58.43%-
XYZ10.885.9229-
YUV66.82174.38148.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 36 (14.45% from 255) = 12.81%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=34.16%
G=12.81%
B=53.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96361490.360.7600.42271.8661.0836.27
Hex602495244C02A1103d24
Octal14044225441140524207544
Binary11000001001001001010110010010011000101010100010000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602495; }

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

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

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

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

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

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

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

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