Html Css Color HEX #581FA1 Daisy Bush

📋 copy color: '#581FA1'

red 88 ◦ green 31 ◦ blue 161

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

Shades of Daisy Bush #581FA1

Tints of Daisy Bush #581FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 57.5%

R = 31.43%
G = 11.07%
B = 57.5%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#581FA1 (or 0x581FA1) is known color: Daisy Bush. HEX triplet: 58, 1F and A1. RGB value is (88,31,161). Sum of RGB (Red+Green+Blue) = 88+31+161=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 161 (63.28% from 255 or 57.5% from 280); Max value from RGB is 161 - color contains mainly: blue. Hex color #581FA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581FA1 is #A7E05E. Grayscale: #3E3E3E. Windows color (decimal): -11001951 or 10559320. OLE color: 10559320.

HSL color Cylindrical-coordinate representation of color #581FA1: hue angle of 266.31º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581FA1 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 88 31 161 -
CMYK 0.45 0.81 0 0.37
HSL 266.31º 0.68% 0.38% -
HSV(B) 266.31º 0.81% 0.63% -
XYZ 10.95 5.63 34.23 -
YUV 62.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 88 31 161 0.45 0.81 0 0.37 266.31 0.68 0.38
Hex 58 1F A1 2D 51 0 25 10A 44 26
Octal 130 37 241 55 121 0 45 412 104 46
Binary 1011000 11111 10100001 101101 1010001 0 100101 100001010 1000100 100110

Color Harmonies of #581FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581FA1

Black with #581FA1

Text Example


Text Example

White with #581FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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