#65348B

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

Shades of Kingfisher Daisy #65348B

Tints of Kingfisher Daisy #65348B

Color information

#65348B (or 0x65348B) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 34 and 8B. RGB value is (101,52,139). Sum of RGB (Red+Green+Blue) = 101+52+139=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #65348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65348B is #9ACB74. Grayscale: #4C4C4C. Windows color (decimal): -10144629 or 9122917. OLE color: 9122917.

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

Color convert

RGB10152139-
CMYK0.270.6300.45
HSL273.79º45.55%37.45%-
HSV(B)273.79º62.59%54.51%-
XYZ11.267.0925.2-
YUV76.57163.23145.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.59%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=34.59%
G=17.81%
B=47.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101521390.270.6300.45273.7945.5537.45
Hex65348B1B3F02D1122e25
Octal1456421333770554225645
Binary110010111010010001011110111111110101101100010010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,52,139); }

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

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

 a { background-color: rgb(101,52,139); }

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

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

 span { border-color: rgb(101,52,139); }

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