#632082

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

Shades of Kingfisher Daisy #632082

Tints of Kingfisher Daisy #632082

Color information

#632082 (or 0x632082) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 20 and 82. RGB value is (99,32,130). Sum of RGB (Red+Green+Blue) = 99+32+130=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #632082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632082 is #9CDF7D. Grayscale: #3E3E3E. Windows color (decimal): -10280830 or 8527971. OLE color: 8527971.

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

Color convert

RGB9932130-
CMYK0.240.7500.49
HSL281.02º60.49%31.76%-
HSV(B)281.02º75.38%50.98%-
XYZ9.695.321.63-
YUV63.2165.7153.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 130 (51.17% from 255) = 49.81%
R=37.93%
G=12.26%
B=49.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99321300.240.7500.49281.0260.4931.76
Hex632082184B0311193c20
Octal14340202301130614317440
Binary1100011100000100000101100010010110110001100011001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632082; }

 p { color: rgb(99,32,130); }

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

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

 a { background-color: rgb(99,32,130); }

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

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

 span { border-color: rgb(99,32,130); }

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