Html Css Color HEX #58249F Daisy Bush

📋 copy color: '#58249F'

red 88 ◦ green 36 ◦ blue 159

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

Shades of Daisy Bush #58249F

Tints of Daisy Bush #58249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

 BLUE value IS 159 (62.5% from 255) = 56.18%

R = 31.1%
G = 12.72%
B = 56.18%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58249F (or 0x58249F) is known color: Daisy Bush. HEX triplet: 58, 24 and 9F. RGB value is (88,36,159). Sum of RGB (Red+Green+Blue) = 88+36+159=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #58249F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58249F is #A7DB60. Grayscale: #414141. Windows color (decimal): -11000673 or 10429528. OLE color: 10429528.

HSL color Cylindrical-coordinate representation of color #58249F: hue angle of 265.37º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58249F is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 36 159 -
CMYK 0.45 0.77 0 0.38
HSL 265.37º 0.63% 0.38% -
HSV(B) 265.37º 0.77% 0.62% -
XYZ 10.91 5.84 33.35 -
YUV 65.57 180.73 144 -
System Red Green Blue C M Y K H S L
Decimal 88 36 159 0.45 0.77 0 0.38 265.37 0.63 0.38
Hex 58 24 9F 2D 4D 0 26 109 3F 26
Octal 130 44 237 55 115 0 46 411 77 46
Binary 1011000 100100 10011111 101101 1001101 0 100110 100001001 111111 100110

Color Harmonies of #58249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58249F

Black with #58249F

Text Example


Text Example

White with #58249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58249F; }

 p { color: rgb(88,36,159); }

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

background-color css

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

 a { background-color: rgb(88,36,159); }

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

border-color css

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

 span { border-color: rgb(88,36,159); }

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