#632985

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

Shades of Kingfisher Daisy #632985

Tints of Kingfisher Daisy #632985

Color information

#632985 (or 0x632985) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 29 and 85. RGB value is (99,41,133). Sum of RGB (Red+Green+Blue) = 99+41+133=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #632985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632985 is #9CD67A. Grayscale: #444444. Windows color (decimal): -10278523 or 8726883. OLE color: 8726883.

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

Color convert

RGB9941133-
CMYK0.260.6900.48
HSL277.83º52.87%34.12%-
HSV(B)277.83º69.17%52.16%-
XYZ10.175.9322.8-
YUV68.83164.22149.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 41 (16.41% from 255) = 15.02%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=36.26%
G=15.02%
B=48.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99411330.260.6900.48277.8352.8734.12
Hex6329851A450301163522
Octal14351205321050604266542
Binary1100011101001100001011101010001010110000100010110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632985; }

 p { color: rgb(99,41,133); }

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

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

 a { background-color: rgb(99,41,133); }

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

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

 span { border-color: rgb(99,41,133); }

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