#63288E

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

Shades of Kingfisher Daisy #63288E

Tints of Kingfisher Daisy #63288E

Color information

#63288E (or 0x63288E) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 28 and 8E. RGB value is (99,40,142). Sum of RGB (Red+Green+Blue) = 99+40+142=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #63288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63288E is #9CD771. Grayscale: #444444. Windows color (decimal): -10278770 or 9316451. OLE color: 9316451.

HSL color Cylindrical-coordinate representation of color #63288E: hue angle of 274.71º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63288E is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9940142-
CMYK0.300.7200.44
HSL274.71º56.04%35.69%-
HSV(B)274.71º71.83%55.69%-
XYZ10.796.1226.2-
YUV69.27169.05149.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=35.23%
G=14.23%
B=50.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99401420.300.7200.44274.7156.0435.69
Hex63288E1E4802C1133824
Octal14350216361100544237044
Binary1100011101000100011101111010010000101100100010011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63288E; }

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

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

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

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

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

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

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

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