#602591

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

Shades of Kingfisher Daisy #602591

Tints of Kingfisher Daisy #602591

Color information

#602591 (or 0x602591) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 25 and 91. RGB value is (96,37,145). Sum of RGB (Red+Green+Blue) = 96+37+145=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #602591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602591 is #9FDA6E. Grayscale: #424242. Windows color (decimal): -10476143 or 9512288. OLE color: 9512288.

HSL color Cylindrical-coordinate representation of color #602591: hue angle of 272.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602591 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9637145-
CMYK0.340.7400.43
HSL272.78º59.34%35.69%-
HSV(B)272.78º74.48%56.86%-
XYZ10.65.8527.36-
YUV66.95172.05148.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=34.53%
G=13.31%
B=52.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96371450.340.7400.43272.7859.3435.69
Hex602591224A02B1113b24
Octal14045221421120534217344
Binary11000001001011001000110001010010100101011100010001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602591; }

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

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

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

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

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

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

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

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