#581F91

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

Shades of Kingfisher Daisy #581F91

Tints of Kingfisher Daisy #581F91

Color information

#581F91 (or 0x581F91) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 1F and 91. RGB value is (88,31,145). Sum of RGB (Red+Green+Blue) = 88+31+145=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #581F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581F91 is #A7E06E. Grayscale: #3C3C3C. Windows color (decimal): -11001967 or 9510744. OLE color: 9510744.

HSL color Cylindrical-coordinate representation of color #581F91: hue angle of 270º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581F91 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8831145-
CMYK0.390.7900.43
HSL270º64.77%34.51%-
HSV(B)270º78.62%56.86%-
XYZ9.635.127.26-
YUV61.04175.38147.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.33%
GREEN value IS 31 (12.5% from 255) = 11.74%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=33.33%
G=11.74%
B=54.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88311450.390.7900.4327064.7734.51
Hex581F91274F02B10e4123
Octal130372214711705341610143
Binary10110001111110010001100111100111101010111000011101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581F91; }

 p { color: rgb(88,31,145); }

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

<style>
 a { background-color: #581F91; }

 a { background-color: rgb(88,31,145); }

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

<style>
 span { border-color: #581F91; }

 span { border-color: rgb(88,31,145); }

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