Html Css Color HEX #581FA0 Daisy Bush

📋 copy color: '#581FA0'

red 88 ◦ green 31 ◦ blue 160

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

Shades of Daisy Bush #581FA0

Tints of Daisy Bush #581FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 57.35%

R = 31.54%
G = 11.11%
B = 57.35%

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

#581FA0 (or 0x581FA0) is known color: Daisy Bush. HEX triplet: 58, 1F and A0. RGB value is (88,31,160). Sum of RGB (Red+Green+Blue) = 88+31+160=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #581FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581FA0 is #A7E05F. Grayscale: #3E3E3E. Windows color (decimal): -11001952 or 10493784. OLE color: 10493784.

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

Color convert

RGB 88 31 160 -
CMYK 0.45 0.81 0 0.37
HSL 266.51º 0.68% 0.37% -
HSV(B) 266.51º 0.81% 0.63% -
XYZ 10.86 5.59 33.76 -
YUV 62.75 182.88 146.01 -
System Red Green Blue C M Y K H S L
Decimal 88 31 160 0.45 0.81 0 0.37 266.51 0.68 0.37
Hex 58 1F A0 2D 51 0 25 10B 44 25
Octal 130 37 240 55 121 0 45 413 104 45
Binary 1011000 11111 10100000 101101 1010001 0 100101 100001011 1000100 100101

Color Harmonies of #581FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581FA0

Black with #581FA0

Text Example


Text Example

White with #581FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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