Html Css Color HEX #58249B Daisy Bush

📋 copy color: '#58249B'

red 88 ◦ green 36 ◦ blue 155

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

Shades of Daisy Bush #58249B

Tints of Daisy Bush #58249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.56%

R = 31.54%
G = 12.9%
B = 55.56%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58249B (or 0x58249B) is known color: Daisy Bush. HEX triplet: 58, 24 and 9B. RGB value is (88,36,155). Sum of RGB (Red+Green+Blue) = 88+36+155=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #58249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58249B is #A7DB64. Grayscale: #404040. Windows color (decimal): -11000677 or 10167384. OLE color: 10167384.

HSL color Cylindrical-coordinate representation of color #58249B: hue angle of 266.22º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58249B is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 36 155 -
CMYK 0.43 0.77 0 0.39
HSL 266.22º 0.62% 0.37% -
HSV(B) 266.22º 0.77% 0.61% -
XYZ 10.57 5.7 31.55 -
YUV 65.11 178.73 144.32 -
System Red Green Blue C M Y K H S L
Decimal 88 36 155 0.43 0.77 0 0.39 266.22 0.62 0.37
Hex 58 24 9B 2B 4D 0 27 10A 3E 25
Octal 130 44 233 53 115 0 47 412 76 45
Binary 1011000 100100 10011011 101011 1001101 0 100111 100001010 111110 100101

Color Harmonies of #58249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58249B

Black with #58249B

Text Example


Text Example

White with #58249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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