Html Css Color HEX #58229D Daisy Bush

📋 copy color: '#58229D'

red 88 ◦ green 34 ◦ blue 157

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

Shades of Daisy Bush #58229D

Tints of Daisy Bush #58229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.19%

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

R = 31.54%
G = 12.19%
B = 56.27%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58229D (or 0x58229D) is known color: Daisy Bush. HEX triplet: 58, 22 and 9D. RGB value is (88,34,157). Sum of RGB (Red+Green+Blue) = 88+34+157=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #58229D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58229D is #A7DD62. Grayscale: #3F3F3F. Windows color (decimal): -11001187 or 10297944. OLE color: 10297944.

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

Color convert

RGB 88 34 157 -
CMYK 0.44 0.78 0 0.38
HSL 266.34º 0.64% 0.37% -
HSV(B) 266.34º 0.78% 0.62% -
XYZ 10.68 5.65 32.43 -
YUV 64.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 88 34 157 0.44 0.78 0 0.38 266.34 0.64 0.37
Hex 58 22 9D 2C 4E 0 26 10A 40 25
Octal 130 42 235 54 116 0 46 412 100 45
Binary 1011000 100010 10011101 101100 1001110 0 100110 100001010 1000000 100101

Color Harmonies of #58229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58229D

Black with #58229D

Text Example


Text Example

White with #58229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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