#63348D

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

Shades of Kingfisher Daisy #63348D

Tints of Kingfisher Daisy #63348D

Color information

#63348D (or 0x63348D) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 34 and 8D. RGB value is (99,52,141). Sum of RGB (Red+Green+Blue) = 99+52+141=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #63348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63348D is #9CCB72. Grayscale: #4B4B4B. Windows color (decimal): -10275699 or 9253987. OLE color: 9253987.

HSL color Cylindrical-coordinate representation of color #63348D: hue angle of 271.69º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63348D is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9952141-
CMYK0.300.6300.45
HSL271.69º46.11%37.84%-
HSV(B)271.69º63.12%55.29%-
XYZ11.187.0325.97-
YUV76.2164.57144.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 141 (55.47% from 255) = 48.29%
R=33.90%
G=17.81%
B=48.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99521410.300.6300.45271.6946.1137.84
Hex63348D1E3F02D1102e26
Octal1436421536770554205646
Binary110001111010010001101111101111110101101100010000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63348D; }

 p { color: rgb(99,52,141); }

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

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

 a { background-color: rgb(99,52,141); }

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

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

 span { border-color: rgb(99,52,141); }

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