#642883

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

Shades of Kingfisher Daisy #642883

Tints of Kingfisher Daisy #642883

Color information

#642883 (or 0x642883) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 28 and 83. RGB value is (100,40,131). Sum of RGB (Red+Green+Blue) = 100+40+131=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #642883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642883 is #9BD77C. Grayscale: #444444. Windows color (decimal): -10213245 or 8595556. OLE color: 8595556.

HSL color Cylindrical-coordinate representation of color #642883: hue angle of 279.56º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #642883 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10040131-
CMYK0.240.6900.49
HSL279.56º53.22%33.53%-
HSV(B)279.56º69.47%51.37%-
XYZ10.115.8722.07-
YUV68.31163.38150.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.90%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 131 (51.56% from 255) = 48.34%
R=36.90%
G=14.76%
B=48.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100401310.240.6900.49279.5653.2233.53
Hex64288318450311183522
Octal14450203301050614306542
Binary1100100101000100000111100010001010110001100011000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642883; }

 p { color: rgb(100,40,131); }

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

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

 a { background-color: rgb(100,40,131); }

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

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

 span { border-color: rgb(100,40,131); }

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