Html Css Color HEX #581F8B Kingfisher Daisy

📋 copy color: '#581F8B'

red 88 ◦ green 31 ◦ blue 139

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

Shades of Kingfisher Daisy #581F8B

Tints of Kingfisher Daisy #581F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.88%

R = 34.11%
G = 12.02%
B = 53.88%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#581F8B (or 0x581F8B) is known color: Kingfisher Daisy. HEX triplet: 58, 1F and 8B. RGB value is (88,31,139). Sum of RGB (Red+Green+Blue) = 88+31+139=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #581F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581F8B is #A7E074. Grayscale: #3B3B3B. Windows color (decimal): -11001973 or 9117528. OLE color: 9117528.

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

Color convert

RGB 88 31 139 -
CMYK 0.37 0.78 0 0.45
HSL 271.67º 0.64% 0.33% -
HSV(B) 271.67º 0.78% 0.55% -
XYZ 9.17 4.92 24.89 -
YUV 60.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 88 31 139 0.37 0.78 0 0.45 271.67 0.64 0.33
Hex 58 1F 8B 25 4E 0 2D 110 40 21
Octal 130 37 213 45 116 0 55 420 100 41
Binary 1011000 11111 10001011 100101 1001110 0 101101 100010000 1000000 100001

Color Harmonies of #581F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F8B

Black with #581F8B

Text Example


Text Example

White with #581F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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