#581F97

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

Shades of Kingfisher Daisy #581F97

Tints of Kingfisher Daisy #581F97

Color information

#581F97 (or 0x581F97) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 1F and 97. RGB value is (88,31,151). Sum of RGB (Red+Green+Blue) = 88+31+151=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #581F97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581F97 is #A7E068. Grayscale: #3D3D3D. Windows color (decimal): -11001961 or 9903960. OLE color: 9903960.

HSL color Cylindrical-coordinate representation of color #581F97: hue angle of 268.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581F97 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8831151-
CMYK0.420.7900.41
HSL268.5º65.93%35.69%-
HSV(B)268.5º79.47%59.22%-
XYZ10.15.2929.77-
YUV61.72178.38146.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.59%
GREEN value IS 31 (12.5% from 255) = 11.48%
BLUE value IS 151 (59.38% from 255) = 55.93%
R=32.59%
G=11.48%
B=55.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88311510.420.7900.41268.565.9335.69
Hex581F972A4F02910c4224
Octal130372275211705141410244
Binary10110001111110010111101010100111101010011000011001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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