Html Css Color HEX #58239E Daisy Bush

📋 copy color: '#58239E'

red 88 ◦ green 35 ◦ blue 158

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

Shades of Daisy Bush #58239E

Tints of Daisy Bush #58239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.46%

 BLUE value IS 158 (62.11% from 255) = 56.23%

R = 31.32%
G = 12.46%
B = 56.23%

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

#58239E (or 0x58239E) is known color: Daisy Bush. HEX triplet: 58, 23 and 9E. RGB value is (88,35,158). Sum of RGB (Red+Green+Blue) = 88+35+158=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #58239E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58239E is #A7DC61. Grayscale: #404040. Windows color (decimal): -11000930 or 10363736. OLE color: 10363736.

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

Color convert

RGB 88 35 158 -
CMYK 0.44 0.78 0 0.38
HSL 265.85º 0.64% 0.38% -
HSV(B) 265.85º 0.78% 0.62% -
XYZ 10.8 5.75 32.89 -
YUV 64.87 180.56 144.5 -
System Red Green Blue C M Y K H S L
Decimal 88 35 158 0.44 0.78 0 0.38 265.85 0.64 0.38
Hex 58 23 9E 2C 4E 0 26 10A 40 26
Octal 130 43 236 54 116 0 46 412 100 46
Binary 1011000 100011 10011110 101100 1001110 0 100110 100001010 1000000 100110

Color Harmonies of #58239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58239E

Black with #58239E

Text Example


Text Example

White with #58239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58239E; }

 p { color: rgb(88,35,158); }

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

background-color css

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

 a { background-color: rgb(88,35,158); }

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

border-color css

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

 span { border-color: rgb(88,35,158); }

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