#653382

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

Shades of Kingfisher Daisy #653382

Tints of Kingfisher Daisy #653382

Color information

#653382 (or 0x653382) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 33 and 82. RGB value is (101,51,130). Sum of RGB (Red+Green+Blue) = 101+51+130=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #653382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653382 is #9ACC7D. Grayscale: #4A4A4A. Windows color (decimal): -10144894 or 8532837. OLE color: 8532837.

HSL color Cylindrical-coordinate representation of color #653382: hue angle of 277.97º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #653382 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10151130-
CMYK0.220.6100.49
HSL277.97º43.65%35.49%-
HSV(B)277.97º60.77%50.98%-
XYZ10.586.7521.86-
YUV74.96159.06146.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.82%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=35.82%
G=18.09%
B=46.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101511300.220.6100.49277.9743.6535.49
Hex653382163D0311162c23
Octal1456320226750614265443
Binary110010111001110000010101101111010110001100010110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653382; }

 p { color: rgb(101,51,130); }

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

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

 a { background-color: rgb(101,51,130); }

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

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

 span { border-color: rgb(101,51,130); }

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