Html Css Color HEX #581F7C Kingfisher Daisy

📋 copy color: '#581F7C'

red 88 ◦ green 31 ◦ blue 124

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

Shades of Kingfisher Daisy #581F7C

Tints of Kingfisher Daisy #581F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.03%

R = 36.21%
G = 12.76%
B = 51.03%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#581F7C (or 0x581F7C) is known color: Kingfisher Daisy. HEX triplet: 58, 1F and 7C. RGB value is (88,31,124). Sum of RGB (Red+Green+Blue) = 88+31+124=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #581F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F7C is #A7E083. Grayscale: #3A3A3A. Windows color (decimal): -11001988 or 8134488. OLE color: 8134488.

HSL color Cylindrical-coordinate representation of color #581F7C: hue angle of 276.77º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581F7C is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 31 124 -
CMYK 0.29 0.75 0 0.51
HSL 276.77º 0.6% 0.3% -
HSV(B) 276.77º 0.75% 0.49% -
XYZ 8.15 4.51 19.51 -
YUV 58.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 88 31 124 0.29 0.75 0 0.51 276.77 0.6 0.3
Hex 58 1F 7C 1D 4B 0 33 115 3C 1E
Octal 130 37 174 35 113 0 63 425 74 36
Binary 1011000 11111 1111100 11101 1001011 0 110011 100010101 111100 11110

Color Harmonies of #581F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F7C

Black with #581F7C

Text Example


Text Example

White with #581F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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