#602582

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

Shades of Kingfisher Daisy #602582

Tints of Kingfisher Daisy #602582

Color information

#602582 (or 0x602582) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 25 and 82. RGB value is (96,37,130). Sum of RGB (Red+Green+Blue) = 96+37+130=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #602582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602582 is #9FDA7D. Grayscale: #404040. Windows color (decimal): -10476158 or 8529248. OLE color: 8529248.

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

Color convert

RGB9637130-
CMYK0.260.7200.49
HSL278.06º55.69%32.75%-
HSV(B)278.06º71.54%50.98%-
XYZ9.515.4221.66-
YUV65.24164.55149.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 37 (14.84% from 255) = 14.07%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=36.50%
G=14.07%
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
Decimal96371300.260.7200.49278.0655.6932.75
Hex6025821A480311163821
Octal14045202321100614267041
Binary1100000100101100000101101010010000110001100010110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602582; }

 p { color: rgb(96,37,130); }

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

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

 a { background-color: rgb(96,37,130); }

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

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

 span { border-color: rgb(96,37,130); }

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