#58317F

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

Shades of Kingfisher Daisy #58317F

Tints of Kingfisher Daisy #58317F

Color information

#58317F (or 0x58317F) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 31 and 7F. RGB value is (88,49,127). Sum of RGB (Red+Green+Blue) = 88+49+127=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #58317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58317F is #A7CE80. Grayscale: #454545. Windows color (decimal): -10997377 or 8335704. OLE color: 8335704.

HSL color Cylindrical-coordinate representation of color #58317F: hue angle of 270º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58317F is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8849127-
CMYK0.310.6100.50
HSL270º44.32%34.51%-
HSV(B)270º61.42%49.8%-
XYZ8.955.820.73-
YUV69.55160.42141.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 127 (50% from 255) = 48.11%
R=33.33%
G=18.56%
B=48.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88491270.310.6100.5027044.3234.51
Hex58317F1F3D03210e2c23
Octal1306117737750624165443
Binary10110001100011111111111111111010110010100001110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,49,127); }

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

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

 a { background-color: rgb(88,49,127); }

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

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

 span { border-color: rgb(88,49,127); }

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