#61318B

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

Shades of Kingfisher Daisy #61318B

Tints of Kingfisher Daisy #61318B

Color information

#61318B (or 0x61318B) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 31 and 8B. RGB value is (97,49,139). Sum of RGB (Red+Green+Blue) = 97+49+139=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #61318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61318B is #9ECE74. Grayscale: #494949. Windows color (decimal): -10407541 or 9122145. OLE color: 9122145.

HSL color Cylindrical-coordinate representation of color #61318B: hue angle of 272º 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 #61318B is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9749139-
CMYK0.300.6500.45
HSL272º47.87%36.86%-
HSV(B)272º64.75%54.51%-
XYZ10.696.625.14-
YUV73.61164.9144.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=34.04%
G=17.19%
B=48.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97491390.300.6500.4527247.8736.86
Hex61318B1E4102D1103025
Octal14161213361010554206045
Binary1100001110001100010111111010000010101101100010000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61318B; }

 p { color: rgb(97,49,139); }

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

<style>
 a { background-color: #61318B; }

 a { background-color: rgb(97,49,139); }

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

<style>
 span { border-color: #61318B; }

 span { border-color: rgb(97,49,139); }

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