#581F8A

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

Shades of Kingfisher Daisy #581F8A

Tints of Kingfisher Daisy #581F8A

Color information

#581F8A (or 0x581F8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 1F and 8A. RGB value is (88,31,138). Sum of RGB (Red+Green+Blue) = 88+31+138=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #581F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581F8A is #A7E075. Grayscale: #3B3B3B. Windows color (decimal): -11001974 or 9051992. OLE color: 9051992.

HSL color Cylindrical-coordinate representation of color #581F8A: hue angle of 271.96º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581F8A is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8831138-
CMYK0.360.7800.46
HSL271.96º63.31%33.14%-
HSV(B)271.96º77.54%54.12%-
XYZ9.14.8924.51-
YUV60.24171.88147.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 31 (12.5% from 255) = 12.06%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=34.24%
G=12.06%
B=53.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88311380.360.7800.46271.9663.3133.14
Hex581F8A244E02E1103f21
Octal13037212441160564207741
Binary1011000111111000101010010010011100101110100010000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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