Html Css Color HEX #52308D Daisy Bush

📋 copy color: '#52308D'

red 82 ◦ green 48 ◦ blue 141

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

Shades of Daisy Bush #52308D

Tints of Daisy Bush #52308D

RGB

 RED value IS 82 (32.42% from 255) = 30.26%

 GREEN value IS 48 (19.14% from 255) = 17.71%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 30.26%
G = 17.71%
B = 52.03%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52308D (or 0x52308D) is known color: Daisy Bush. HEX triplet: 52, 30 and 8D. RGB value is (82,48,141). Sum of RGB (Red+Green+Blue) = 82+48+141=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #52308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52308D is #ADCF72. Grayscale: #444444. Windows color (decimal): -11390835 or 9252946. OLE color: 9252946.

HSL color Cylindrical-coordinate representation of color #52308D: hue angle of 261.94º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52308D is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 48 141 -
CMYK 0.42 0.66 0 0.45
HSL 261.94º 0.49% 0.37% -
HSV(B) 261.94º 0.66% 0.55% -
XYZ 9.34 5.83 25.83 -
YUV 68.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 82 48 141 0.42 0.66 0 0.45 261.94 0.49 0.37
Hex 52 30 8D 2A 42 0 2D 106 31 25
Octal 122 60 215 52 102 0 55 406 61 45
Binary 1010010 110000 10001101 101010 1000010 0 101101 100000110 110001 100101

Color Harmonies of #52308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52308D

Black with #52308D

Text Example


Text Example

White with #52308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,48,141); }

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

background-color css

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

 a { background-color: rgb(82,48,141); }

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

border-color css

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

 span { border-color: rgb(82,48,141); }

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