#62318F

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

Shades of Kingfisher Daisy #62318F

Tints of Kingfisher Daisy #62318F

Color information

#62318F (or 0x62318F) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 31 and 8F. RGB value is (98,49,143). Sum of RGB (Red+Green+Blue) = 98+49+143=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #62318F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62318F is #9DCE70. Grayscale: #4A4A4A. Windows color (decimal): -10342001 or 9384290. OLE color: 9384290.

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

Color convert

RGB9849143-
CMYK0.310.6600.44
HSL271.28º48.96%37.65%-
HSV(B)271.28º65.73%56.08%-
XYZ11.096.7826.71-
YUV74.37166.73144.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.79%
GREEN value IS 49 (19.53% from 255) = 16.90%
BLUE value IS 143 (56.25% from 255) = 49.31%
R=33.79%
G=16.90%
B=49.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98491430.310.6600.44271.2848.9637.65
Hex62318F1F4202C10f3126
Octal14261217371020544176146
Binary1100010110001100011111111110000100101100100001111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62318F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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