Html Css Color HEX #58319C Daisy Bush

📋 copy color: '#58319C'

red 88 ◦ green 49 ◦ blue 156

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

Shades of Daisy Bush #58319C

Tints of Daisy Bush #58319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.72%

 BLUE value IS 156 (61.33% from 255) = 53.24%

R = 30.03%
G = 16.72%
B = 53.24%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58319C (or 0x58319C) is known color: Daisy Bush. HEX triplet: 58, 31 and 9C. RGB value is (88,49,156). Sum of RGB (Red+Green+Blue) = 88+49+156=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #58319C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58319C is #A7CE63. Grayscale: #484848. Windows color (decimal): -10997348 or 10236248. OLE color: 10236248.

HSL color Cylindrical-coordinate representation of color #58319C: hue angle of 261.87º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58319C is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 49 156 -
CMYK 0.44 0.69 0 0.39
HSL 261.87º 0.52% 0.4% -
HSV(B) 261.87º 0.69% 0.61% -
XYZ 11.12 6.67 32.15 -
YUV 72.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 88 49 156 0.44 0.69 0 0.39 261.87 0.52 0.4
Hex 58 31 9C 2C 45 0 27 106 34 28
Octal 130 61 234 54 105 0 47 406 64 50
Binary 1011000 110001 10011100 101100 1000101 0 100111 100000110 110100 101000

Color Harmonies of #58319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58319C

Black with #58319C

Text Example


Text Example

White with #58319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58319C; }

 p { color: rgb(88,49,156); }

 H1.HeaderClassName
 {
   color: #58319C;
 }
 .AnyTagClassName
 {
   color: #58319C;
 }
</style>

background-color css

<style>
 a { background-color: #58319C; }

 a { background-color: rgb(88,49,156); }

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

border-color css

<style>
 span { border-color: #58319C; }

 span { border-color: rgb(88,49,156); }

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