Html Css Color HEX #58219D Daisy Bush

📋 copy color: '#58219D'

red 88 ◦ green 33 ◦ blue 157

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

Shades of Daisy Bush #58219D

Tints of Daisy Bush #58219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

 BLUE value IS 157 (61.72% from 255) = 56.47%

R = 31.65%
G = 11.87%
B = 56.47%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58219D (or 0x58219D) is known color: Daisy Bush. HEX triplet: 58, 21 and 9D. RGB value is (88,33,157). Sum of RGB (Red+Green+Blue) = 88+33+157=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #58219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58219D is #A7DE62. Grayscale: #3F3F3F. Windows color (decimal): -11001443 or 10297688. OLE color: 10297688.

HSL color Cylindrical-coordinate representation of color #58219D: hue angle of 266.61º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #58219D is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 33 157 -
CMYK 0.44 0.79 0 0.38
HSL 266.61º 0.65% 0.37% -
HSV(B) 266.61º 0.79% 0.62% -
XYZ 10.65 5.6 32.42 -
YUV 63.58 180.72 145.42 -
System Red Green Blue C M Y K H S L
Decimal 88 33 157 0.44 0.79 0 0.38 266.61 0.65 0.37
Hex 58 21 9D 2C 4F 0 26 10B 41 25
Octal 130 41 235 54 117 0 46 413 101 45
Binary 1011000 100001 10011101 101100 1001111 0 100110 100001011 1000001 100101

Color Harmonies of #58219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58219D

Black with #58219D

Text Example


Text Example

White with #58219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58219D; }

 p { color: rgb(88,33,157); }

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

background-color css

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

 a { background-color: rgb(88,33,157); }

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

border-color css

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

 span { border-color: rgb(88,33,157); }

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