#65238B

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

Shades of Kingfisher Daisy #65238B

Tints of Kingfisher Daisy #65238B

Color information

#65238B (or 0x65238B) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 23 and 8B. RGB value is (101,35,139). Sum of RGB (Red+Green+Blue) = 101+35+139=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #65238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65238B is #9ADC74. Grayscale: #424242. Windows color (decimal): -10148981 or 9118565. OLE color: 9118565.

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

Color convert

RGB10135139-
CMYK0.270.7500.45
HSL278.08º59.77%34.12%-
HSV(B)278.08º74.82%54.51%-
XYZ10.635.8324.99-
YUV66.59168.87152.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.73%
GREEN value IS 35 (14.06% from 255) = 12.73%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=36.73%
G=12.73%
B=50.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101351390.270.7500.45278.0859.7734.12
Hex65238B1B4B02D1163c22
Octal14543213331130554267442
Binary1100101100011100010111101110010110101101100010110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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