#632884

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

Shades of Kingfisher Daisy #632884

Tints of Kingfisher Daisy #632884

Color information

#632884 (or 0x632884) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 28 and 84. RGB value is (99,40,132). Sum of RGB (Red+Green+Blue) = 99+40+132=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #632884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632884 is #9CD77B. Grayscale: #434343. Windows color (decimal): -10278780 or 8661091. OLE color: 8661091.

HSL color Cylindrical-coordinate representation of color #632884: hue angle of 278.48º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #632884 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9940132-
CMYK0.250.7000.48
HSL278.48º53.49%33.73%-
HSV(B)278.48º69.7%51.76%-
XYZ10.075.8422.43-
YUV68.13164.05150.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.53%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=36.53%
G=14.76%
B=48.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99401320.250.7000.48278.4853.4933.73
Hex63288419460301163522
Octal14350204311060604266542
Binary1100011101000100001001100110001100110000100010110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632884; }

 p { color: rgb(99,40,132); }

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

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

 a { background-color: rgb(99,40,132); }

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

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

 span { border-color: rgb(99,40,132); }

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