#602A91

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

Shades of Kingfisher Daisy #602A91

Tints of Kingfisher Daisy #602A91

Color information

#602A91 (or 0x602A91) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 2A and 91. RGB value is (96,42,145). Sum of RGB (Red+Green+Blue) = 96+42+145=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #602A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602A91 is #9FD56E. Grayscale: #454545. Windows color (decimal): -10474863 or 9513568. OLE color: 9513568.

HSL color Cylindrical-coordinate representation of color #602A91: hue angle of 271.46º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #602A91 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9642145-
CMYK0.340.7100.43
HSL271.46º55.08%36.67%-
HSV(B)271.46º71.03%56.86%-
XYZ10.766.1927.42-
YUV69.89170.39146.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 42 (16.80% from 255) = 14.84%
BLUE value IS 145 (57.03% from 255) = 51.24%
R=33.92%
G=14.84%
B=51.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96421450.340.7100.43271.4655.0836.67
Hex602A91224702B10f3725
Octal14052221421070534176745
Binary11000001010101001000110001010001110101011100001111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602A91; }

 p { color: rgb(96,42,145); }

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

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

 a { background-color: rgb(96,42,145); }

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

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

 span { border-color: rgb(96,42,145); }

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