#62318C

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

Shades of Kingfisher Daisy #62318C

Tints of Kingfisher Daisy #62318C

Color information

#62318C (or 0x62318C) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 31 and 8C. RGB value is (98,49,140). Sum of RGB (Red+Green+Blue) = 98+49+140=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #62318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62318C is #9DCE73. Grayscale: #494949. Windows color (decimal): -10342004 or 9187682. OLE color: 9187682.

HSL color Cylindrical-coordinate representation of color #62318C: hue angle of 272.31º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62318C is Cyan = 0.3, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9849140-
CMYK0.30.6500.45
HSL272.31º48.15%37.06%-
HSV(B)272.31º65%54.9%-
XYZ10.876.6925.53-
YUV74.03165.23145.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 140 (55.08% from 255) = 48.78%
R=34.15%
G=17.07%
B=48.78%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98491400.30.6500.45272.3148.1537.06
Hex62318C1E4102D1103025
Octal14261214361010554206045
Binary1100010110001100011001111010000010101101100010000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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