#65388A

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

Shades of Kingfisher Daisy #65388A

Tints of Kingfisher Daisy #65388A

Color information

#65388A (or 0x65388A) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 38 and 8A. RGB value is (101,56,138). Sum of RGB (Red+Green+Blue) = 101+56+138=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #65388A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65388A is #9AC775. Grayscale: #4E4E4E. Windows color (decimal): -10143606 or 9058405. OLE color: 9058405.

HSL color Cylindrical-coordinate representation of color #65388A: hue angle of 272.93º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65388A is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10156138-
CMYK0.270.5900.46
HSL272.93º42.27%38.04%-
HSV(B)272.93º59.42%54.12%-
XYZ11.377.4324.88-
YUV78.8161.41143.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=34.24%
G=18.98%
B=46.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101561380.270.5900.46272.9342.2738.04
Hex65388A1B3B02E1112a26
Octal1457021233730564215246
Binary110010111100010001010110111110110101110100010001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65388A; }

 p { color: rgb(101,56,138); }

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

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

 a { background-color: rgb(101,56,138); }

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

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

 span { border-color: rgb(101,56,138); }

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