#63248D

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

Shades of Kingfisher Daisy #63248D

Tints of Kingfisher Daisy #63248D

Color information

#63248D (or 0x63248D) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 24 and 8D. RGB value is (99,36,141). Sum of RGB (Red+Green+Blue) = 99+36+141=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #63248D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63248D is #9CDB72. Grayscale: #424242. Windows color (decimal): -10279795 or 9249891. OLE color: 9249891.

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

Color convert

RGB9936141-
CMYK0.300.7400.45
HSL276º59.32%34.71%-
HSV(B)276º74.47%55.29%-
XYZ10.585.8425.77-
YUV66.81169.87150.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 141 (55.47% from 255) = 51.09%
R=35.87%
G=13.04%
B=51.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99361410.300.7400.4527659.3234.71
Hex63248D1E4A02D1143b23
Octal14344215361120554247343
Binary1100011100100100011011111010010100101101100010100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63248D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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