Html Css Color HEX #581F8D Kingfisher Daisy

📋 copy color: '#581F8D'

red 88 ◦ green 31 ◦ blue 141

#581F8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #581F8D

Tints of Kingfisher Daisy #581F8D

RGB

 RED value IS 88 (34.77% from 255) = 33.85%

 GREEN value IS 31 (12.5% from 255) = 11.92%

 BLUE value IS 141 (55.47% from 255) = 54.23%

R = 33.85%
G = 11.92%
B = 54.23%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#581F8D (or 0x581F8D) is known color: Kingfisher Daisy. HEX triplet: 58, 1F and 8D. RGB value is (88,31,141). Sum of RGB (Red+Green+Blue) = 88+31+141=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #581F8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581F8D is #A7E072. Grayscale: #3C3C3C. Windows color (decimal): -11001971 or 9248600. OLE color: 9248600.

HSL color Cylindrical-coordinate representation of color #581F8D: hue angle of 271.09º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581F8D is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 31 141 -
CMYK 0.38 0.78 0 0.45
HSL 271.09º 0.64% 0.34% -
HSV(B) 271.09º 0.78% 0.55% -
XYZ 9.32 4.98 25.67 -
YUV 60.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 88 31 141 0.38 0.78 0 0.45 271.09 0.64 0.34
Hex 58 1F 8D 26 4E 0 2D 10F 40 22
Octal 130 37 215 46 116 0 55 417 100 42
Binary 1011000 11111 10001101 100110 1001110 0 101101 100001111 1000000 100010

Color Harmonies of #581F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F8D

Black with #581F8D

Text Example


Text Example

White with #581F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #581F8D;
 }
 .AnyTagClassName
 {
   color: #581F8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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