#642592

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

Shades of Kingfisher Daisy #642592

Tints of Kingfisher Daisy #642592

Color information

#642592 (or 0x642592) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 25 and 92. RGB value is (100,37,146). Sum of RGB (Red+Green+Blue) = 100+37+146=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #642592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642592 is #9BDA6D. Grayscale: #434343. Windows color (decimal): -10213998 or 9577828. OLE color: 9577828.

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

Color convert

RGB10037146-
CMYK0.320.7500.43
HSL274.68º59.56%35.88%-
HSV(B)274.68º74.66%57.25%-
XYZ11.116.1127.79-
YUV68.26171.87150.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 37 (14.84% from 255) = 13.07%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=35.34%
G=13.07%
B=51.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100371460.320.7500.43274.6859.5635.88
Hex642592204B02B1133c24
Octal14445222401130534237444
Binary11001001001011001001010000010010110101011100010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642592; }

 p { color: rgb(100,37,146); }

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

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

 a { background-color: rgb(100,37,146); }

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

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

 span { border-color: rgb(100,37,146); }

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