#602881

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

Shades of Kingfisher Daisy #602881

Tints of Kingfisher Daisy #602881

Color information

#602881 (or 0x602881) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 28 and 81. RGB value is (96,40,129). Sum of RGB (Red+Green+Blue) = 96+40+129=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #602881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602881 is #9FD77E. Grayscale: #424242. Windows color (decimal): -10475391 or 8464480. OLE color: 8464480.

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

Color convert

RGB9640129-
CMYK0.260.6900.49
HSL277.75º52.66%33.14%-
HSV(B)277.75º68.99%50.59%-
XYZ9.555.5921.34-
YUV66.89163.05148.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 129 (50.78% from 255) = 48.68%
R=36.23%
G=15.09%
B=48.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96401290.260.6900.49277.7552.6633.14
Hex6028811A450311163521
Octal14050201321050614266541
Binary1100000101000100000011101010001010110001100010110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602881; }

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

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

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

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

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

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

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

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