#65308F

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

Shades of Kingfisher Daisy #65308F

Tints of Kingfisher Daisy #65308F

Color information

#65308F (or 0x65308F) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 30 and 8F. RGB value is (101,48,143). Sum of RGB (Red+Green+Blue) = 101+48+143=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #65308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65308F is #9ACF70. Grayscale: #4A4A4A. Windows color (decimal): -10145649 or 9384037. OLE color: 9384037.

HSL color Cylindrical-coordinate representation of color #65308F: hue angle of 273.47º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65308F is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10148143-
CMYK0.290.6600.44
HSL273.47º49.74%37.45%-
HSV(B)273.47º66.43%56.08%-
XYZ11.386.8626.71-
YUV74.68166.56146.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.59%
GREEN value IS 48 (19.14% from 255) = 16.44%
BLUE value IS 143 (56.25% from 255) = 48.97%
R=34.59%
G=16.44%
B=48.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101481430.290.6600.44273.4749.7437.45
Hex65308F1D4202C1113225
Octal14560217351020544216245
Binary1100101110000100011111110110000100101100100010001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65308F; }

 p { color: rgb(101,48,143); }

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

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

 a { background-color: rgb(101,48,143); }

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

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

 span { border-color: rgb(101,48,143); }

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