#61338E

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

Shades of Kingfisher Daisy #61338E

Tints of Kingfisher Daisy #61338E

Color information

#61338E (or 0x61338E) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 33 and 8E. RGB value is (97,51,142). Sum of RGB (Red+Green+Blue) = 97+51+142=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #61338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61338E is #9ECC71. Grayscale: #4A4A4A. Windows color (decimal): -10407026 or 9319265. OLE color: 9319265.

HSL color Cylindrical-coordinate representation of color #61338E: hue angle of 270.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61338E is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9751142-
CMYK0.320.6400.44
HSL270.33º47.15%37.84%-
HSV(B)270.33º64.08%55.69%-
XYZ116.8626.34-
YUV75.13165.74143.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 142 (55.86% from 255) = 48.97%
R=33.45%
G=17.59%
B=48.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97511420.320.6400.44270.3347.1537.84
Hex61338E204002C10e2f26
Octal14163216401000544165746
Binary11000011100111000111010000010000000101100100001110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61338E; }

 p { color: rgb(97,51,142); }

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

<style>
 a { background-color: #61338E; }

 a { background-color: rgb(97,51,142); }

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

<style>
 span { border-color: #61338E; }

 span { border-color: rgb(97,51,142); }

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