Html Css Color HEX #582997 Daisy Bush

📋 copy color: '#582997'

red 88 ◦ green 41 ◦ blue 151

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

Shades of Daisy Bush #582997

Tints of Daisy Bush #582997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.64%

 BLUE value IS 151 (59.38% from 255) = 53.93%

R = 31.43%
G = 14.64%
B = 53.93%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#582997 (or 0x582997) is known color: Daisy Bush. HEX triplet: 58, 29 and 97. RGB value is (88,41,151). Sum of RGB (Red+Green+Blue) = 88+41+151=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #582997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582997 is #A7D668. Grayscale: #434343. Windows color (decimal): -10999401 or 9906520. OLE color: 9906520.

HSL color Cylindrical-coordinate representation of color #582997: hue angle of 265.64º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582997 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 41 151 -
CMYK 0.42 0.73 0 0.41
HSL 265.64º 0.57% 0.38% -
HSV(B) 265.64º 0.73% 0.59% -
XYZ 10.4 5.89 29.87 -
YUV 67.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 88 41 151 0.42 0.73 0 0.41 265.64 0.57 0.38
Hex 58 29 97 2A 49 0 29 10A 39 26
Octal 130 51 227 52 111 0 51 412 71 46
Binary 1011000 101001 10010111 101010 1001001 0 101001 100001010 111001 100110

Color Harmonies of #582997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582997

Black with #582997

Text Example


Text Example

White with #582997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582997; }

 p { color: rgb(88,41,151); }

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

background-color css

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

 a { background-color: rgb(88,41,151); }

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

border-color css

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

 span { border-color: rgb(88,41,151); }

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