#61348D

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

Shades of Kingfisher Daisy #61348D

Tints of Kingfisher Daisy #61348D

Color information

#61348D (or 0x61348D) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 34 and 8D. RGB value is (97,52,141). Sum of RGB (Red+Green+Blue) = 97+52+141=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #61348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61348D is #9ECB72. Grayscale: #4B4B4B. Windows color (decimal): -10406771 or 9253985. OLE color: 9253985.

HSL color Cylindrical-coordinate representation of color #61348D: hue angle of 270.34º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61348D is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9752141-
CMYK0.310.6300.45
HSL270.34º46.11%37.84%-
HSV(B)270.34º63.12%55.29%-
XYZ10.976.9225.96-
YUV75.6164.91143.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 52 (20.70% from 255) = 17.93%
BLUE value IS 141 (55.47% from 255) = 48.62%
R=33.45%
G=17.93%
B=48.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97521410.310.6300.45270.3446.1137.84
Hex61348D1F3F02D10e2e26
Octal1416421537770554165646
Binary110000111010010001101111111111110101101100001110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61348D; }

 p { color: rgb(97,52,141); }

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

<style>
 a { background-color: #61348D; }

 a { background-color: rgb(97,52,141); }

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

<style>
 span { border-color: #61348D; }

 span { border-color: rgb(97,52,141); }

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