#61288D

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

Shades of Kingfisher Daisy #61288D

Tints of Kingfisher Daisy #61288D

Color information

#61288D (or 0x61288D) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 28 and 8D. RGB value is (97,40,141). Sum of RGB (Red+Green+Blue) = 97+40+141=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #61288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61288D is #9ED772. Grayscale: #444444. Windows color (decimal): -10409843 or 9250913. OLE color: 9250913.

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

Color convert

RGB9740141-
CMYK0.310.7200.45
HSL273.86º55.8%35.49%-
HSV(B)273.86º71.63%55.29%-
XYZ10.55.9825.8-
YUV68.56168.88148.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 141 (55.47% from 255) = 50.72%
R=34.89%
G=14.39%
B=50.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97401410.310.7200.45273.8655.835.49
Hex61288D1F4802D1123823
Octal14150215371100554227043
Binary1100001101000100011011111110010000101101100010010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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