Html Css Color HEX #581F7B Kingfisher Daisy

📋 copy color: '#581F7B'

red 88 ◦ green 31 ◦ blue 123

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

Shades of Kingfisher Daisy #581F7B

Tints of Kingfisher Daisy #581F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 50.83%

R = 36.36%
G = 12.81%
B = 50.83%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#581F7B (or 0x581F7B) is known color: Kingfisher Daisy. HEX triplet: 58, 1F and 7B. RGB value is (88,31,123). Sum of RGB (Red+Green+Blue) = 88+31+123=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #581F7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F7B is #A7E084. Grayscale: #3A3A3A. Windows color (decimal): -11001989 or 8068952. OLE color: 8068952.

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

Color convert

RGB 88 31 123 -
CMYK 0.28 0.75 0 0.52
HSL 277.17º 0.6% 0.3% -
HSV(B) 277.17º 0.75% 0.48% -
XYZ 8.09 4.48 19.18 -
YUV 58.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 88 31 123 0.28 0.75 0 0.52 277.17 0.6 0.3
Hex 58 1F 7B 1C 4B 0 34 115 3C 1E
Octal 130 37 173 34 113 0 64 425 74 36
Binary 1011000 11111 1111011 11100 1001011 0 110100 100010101 111100 11110

Color Harmonies of #581F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F7B

Black with #581F7B

Text Example


Text Example

White with #581F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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