Html Css Color HEX #531C9F Daisy Bush

📋 copy color: '#531C9F'

red 83 ◦ green 28 ◦ blue 159

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

Shades of Daisy Bush #531C9F

Tints of Daisy Bush #531C9F

RGB

 RED value IS 83 (32.81% from 255) = 30.74%

 GREEN value IS 28 (11.33% from 255) = 10.37%

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 30.74%
G = 10.37%
B = 58.89%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#531C9F (or 0x531C9F) is known color: Daisy Bush. HEX triplet: 53, 1C and 9F. RGB value is (83,28,159). Sum of RGB (Red+Green+Blue) = 83+28+159=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #531C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531C9F is #ACE360. Grayscale: #3A3A3A. Windows color (decimal): -11330401 or 10427475. OLE color: 10427475.

HSL color Cylindrical-coordinate representation of color #531C9F: hue angle of 265.19º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #531C9F is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 28 159 -
CMYK 0.48 0.82 0 0.38
HSL 265.19º 0.7% 0.37% -
HSV(B) 265.19º 0.82% 0.62% -
XYZ 10.24 5.17 33.26 -
YUV 59.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 83 28 159 0.48 0.82 0 0.38 265.19 0.7 0.37
Hex 53 1C 9F 30 52 0 26 109 46 25
Octal 123 34 237 60 122 0 46 411 106 45
Binary 1010011 11100 10011111 110000 1010010 0 100110 100001001 1000110 100101

Color Harmonies of #531C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C9F

Black with #531C9F

Text Example


Text Example

White with #531C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531C9F; }

 p { color: rgb(83,28,159); }

 H1.HeaderClassName
 {
   color: #531C9F;
 }
 .AnyTagClassName
 {
   color: #531C9F;
 }
</style>

background-color css

<style>
 a { background-color: #531C9F; }

 a { background-color: rgb(83,28,159); }

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

border-color css

<style>
 span { border-color: #531C9F; }

 span { border-color: rgb(83,28,159); }

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