#642392

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

Shades of Kingfisher Daisy #642392

Tints of Kingfisher Daisy #642392

Color information

#642392 (or 0x642392) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 23 and 92. RGB value is (100,35,146). Sum of RGB (Red+Green+Blue) = 100+35+146=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #642392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642392 is #9BDC6D. Grayscale: #424242. Windows color (decimal): -10214510 or 9577316. OLE color: 9577316.

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

Color convert

RGB10035146-
CMYK0.320.7600.43
HSL275.14º61.33%35.49%-
HSV(B)275.14º76.03%57.25%-
XYZ11.045.9927.77-
YUV67.09172.53151.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.59%
GREEN value IS 35 (14.06% from 255) = 12.46%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=35.59%
G=12.46%
B=51.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100351460.320.7600.43275.1461.3335.49
Hex642392204C02B1133d23
Octal14443222401140534237543
Binary11001001000111001001010000010011000101011100010011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642392; }

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

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

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

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

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

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

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

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