Html Css Color HEX #581E81 Kingfisher Daisy

📋 copy color: '#581E81'

red 88 ◦ green 30 ◦ blue 129

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

Shades of Kingfisher Daisy #581E81

Tints of Kingfisher Daisy #581E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.15%

 BLUE value IS 129 (50.78% from 255) = 52.23%

R = 35.63%
G = 12.15%
B = 52.23%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#581E81 (or 0x581E81) is known color: Kingfisher Daisy. HEX triplet: 58, 1E and 81. RGB value is (88,30,129). Sum of RGB (Red+Green+Blue) = 88+30+129=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #581E81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581E81 is #A7E17E. Grayscale: #3A3A3A. Windows color (decimal): -11002239 or 8461912. OLE color: 8461912.

HSL color Cylindrical-coordinate representation of color #581E81: hue angle of 275.15º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581E81 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 30 129 -
CMYK 0.32 0.77 0 0.49
HSL 275.15º 0.62% 0.31% -
HSV(B) 275.15º 0.77% 0.51% -
XYZ 8.45 4.59 21.21 -
YUV 58.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 88 30 129 0.32 0.77 0 0.49 275.15 0.62 0.31
Hex 58 1E 81 20 4D 0 31 113 3E 1F
Octal 130 36 201 40 115 0 61 423 76 37
Binary 1011000 11110 10000001 100000 1001101 0 110001 100010011 111110 11111

Color Harmonies of #581E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E81

Black with #581E81

Text Example


Text Example

White with #581E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,30,129); }

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

background-color css

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

 a { background-color: rgb(88,30,129); }

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

border-color css

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

 span { border-color: rgb(88,30,129); }

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