#632285

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

Shades of Kingfisher Daisy #632285

Tints of Kingfisher Daisy #632285

Color information

#632285 (or 0x632285) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 22 and 85. RGB value is (99,34,133). Sum of RGB (Red+Green+Blue) = 99+34+133=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #632285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632285 is #9CDD7A. Grayscale: #404040. Windows color (decimal): -10280315 or 8725091. OLE color: 8725091.

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

Color convert

RGB9934133-
CMYK0.260.7400.48
HSL279.39º59.28%32.75%-
HSV(B)279.39º74.44%52.16%-
XYZ9.955.4922.73-
YUV64.72166.53152.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.22%
GREEN value IS 34 (13.67% from 255) = 12.78%
BLUE value IS 133 (52.34% from 255) = 50%
R=37.22%
G=12.78%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99341330.260.7400.48279.3959.2832.75
Hex6322851A4A0301173b21
Octal14342205321120604277341
Binary1100011100010100001011101010010100110000100010111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632285; }

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

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

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

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

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

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

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

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