#632384

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

Shades of Kingfisher Daisy #632384

Tints of Kingfisher Daisy #632384

Color information

#632384 (or 0x632384) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 23 and 84. RGB value is (99,35,132). Sum of RGB (Red+Green+Blue) = 99+35+132=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #632384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632384 is #9CDC7B. Grayscale: #404040. Windows color (decimal): -10280060 or 8659811. OLE color: 8659811.

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

Color convert

RGB9935132-
CMYK0.250.7300.48
HSL279.59º58.08%32.75%-
HSV(B)279.59º73.48%51.76%-
XYZ9.915.5222.37-
YUV65.19165.7152.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.22%
GREEN value IS 35 (14.06% from 255) = 13.16%
BLUE value IS 132 (51.95% from 255) = 49.62%
R=37.22%
G=13.16%
B=49.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99351320.250.7300.48279.5958.0832.75
Hex63238419490301183a21
Octal14343204311110604307241
Binary1100011100011100001001100110010010110000100011000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632384; }

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

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

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

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

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

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

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

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