Html Css Color HEX #582BA1 Daisy Bush

📋 copy color: '#582BA1'

red 88 ◦ green 43 ◦ blue 161

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

Shades of Daisy Bush #582BA1

Tints of Daisy Bush #582BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.73%

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

R = 30.14%
G = 14.73%
B = 55.14%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#582BA1 (or 0x582BA1) is known color: Daisy Bush. HEX triplet: 58, 2B and A1. RGB value is (88,43,161). Sum of RGB (Red+Green+Blue) = 88+43+161=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #582BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582BA1 is #A7D45E. Grayscale: #454545. Windows color (decimal): -10998879 or 10562392. OLE color: 10562392.

HSL color Cylindrical-coordinate representation of color #582BA1: hue angle of 262.88º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582BA1 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 88 43 161 -
CMYK 0.45 0.73 0 0.37
HSL 262.88º 0.58% 0.4% -
HSV(B) 262.88º 0.73% 0.63% -
XYZ 11.32 6.38 34.35 -
YUV 69.91 179.41 140.91 -
System Red Green Blue C M Y K H S L
Decimal 88 43 161 0.45 0.73 0 0.37 262.88 0.58 0.4
Hex 58 2B A1 2D 49 0 25 107 3A 28
Octal 130 53 241 55 111 0 45 407 72 50
Binary 1011000 101011 10100001 101101 1001001 0 100101 100000111 111010 101000

Color Harmonies of #582BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BA1

Black with #582BA1

Text Example


Text Example

White with #582BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582BA1; }

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

 H1.HeaderClassName
 {
   color: #582BA1;
 }
 .AnyTagClassName
 {
   color: #582BA1;
 }
</style>

background-color css

<style>
 a { background-color: #582BA1; }

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

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

border-color css

<style>
 span { border-color: #582BA1; }

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

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