#62318E

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

Shades of Kingfisher Daisy #62318E

Tints of Kingfisher Daisy #62318E

Color information

#62318E (or 0x62318E) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 31 and 8E. RGB value is (98,49,142). Sum of RGB (Red+Green+Blue) = 98+49+142=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #62318E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62318E is #9DCE71. Grayscale: #494949. Windows color (decimal): -10342002 or 9318754. OLE color: 9318754.

HSL color Cylindrical-coordinate representation of color #62318E: hue angle of 271.61º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62318E is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9849142-
CMYK0.310.6500.44
HSL271.61º48.69%37.45%-
HSV(B)271.61º65.49%55.69%-
XYZ11.026.7526.31-
YUV74.25166.23144.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 49 (19.53% from 255) = 16.96%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=33.91%
G=16.96%
B=49.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98491420.310.6500.44271.6148.6937.45
Hex62318E1F4102C1103125
Octal14261216371010544206145
Binary1100010110001100011101111110000010101100100010000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,49,142); }

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

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

 a { background-color: rgb(98,49,142); }

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

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

 span { border-color: rgb(98,49,142); }

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