#63258E

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

Shades of Kingfisher Daisy #63258E

Tints of Kingfisher Daisy #63258E

Color information

#63258E (or 0x63258E) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 25 and 8E. RGB value is (99,37,142). Sum of RGB (Red+Green+Blue) = 99+37+142=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #63258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63258E is #9CDA71. Grayscale: #434343. Windows color (decimal): -10279538 or 9315683. OLE color: 9315683.

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

Color convert

RGB9937142-
CMYK0.300.7400.44
HSL275.43º58.66%35.1%-
HSV(B)275.43º73.94%55.69%-
XYZ10.695.9326.17-
YUV67.51170.04150.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.61%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 142 (55.86% from 255) = 51.08%
R=35.61%
G=13.31%
B=51.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99371420.300.7400.44275.4358.6635.1
Hex63258E1E4A02C1133b23
Octal14345216361120544237343
Binary1100011100101100011101111010010100101100100010011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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