#602981

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

Shades of Kingfisher Daisy #602981

Tints of Kingfisher Daisy #602981

Color information

#602981 (or 0x602981) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 29 and 81. RGB value is (96,41,129). Sum of RGB (Red+Green+Blue) = 96+41+129=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #602981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602981 is #9FD67E. Grayscale: #434343. Windows color (decimal): -10475135 or 8464736. OLE color: 8464736.

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

Color convert

RGB9641129-
CMYK0.260.6800.49
HSL277.5º51.76%33.33%-
HSV(B)277.5º68.22%50.59%-
XYZ9.585.6621.36-
YUV67.48162.72148.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 129 (50.78% from 255) = 48.50%
R=36.09%
G=15.41%
B=48.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96411290.260.6800.49277.551.7633.33
Hex6029811A440311163421
Octal14051201321040614266441
Binary1100000101001100000011101010001000110001100010110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602981; }

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

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

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

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

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

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

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

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