Html Css Color HEX #613491 Daisy Bush

📋 copy color: '#613491'

red 97 ◦ green 52 ◦ blue 145

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

Shades of Daisy Bush #613491

Tints of Daisy Bush #613491

RGB

 RED value IS 97 (38.28% from 255) = 32.99%

 GREEN value IS 52 (20.7% from 255) = 17.69%

 BLUE value IS 145 (57.03% from 255) = 49.32%

R = 32.99%
G = 17.69%
B = 49.32%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#613491 (or 0x613491) is known color: Daisy Bush. HEX triplet: 61, 34 and 91. RGB value is (97,52,145). Sum of RGB (Red+Green+Blue) = 97+52+145=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #613491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613491 is #9ECB6E. Grayscale: #4B4B4B. Windows color (decimal): -10406767 or 9516129. OLE color: 9516129.

HSL color Cylindrical-coordinate representation of color #613491: hue angle of 269.03º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #613491 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 52 145 -
CMYK 0.33 0.64 0 0.43
HSL 269.03º 0.47% 0.39% -
HSV(B) 269.03º 0.64% 0.57% -
XYZ 11.27 7.04 27.55 -
YUV 76.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 97 52 145 0.33 0.64 0 0.43 269.03 0.47 0.39
Hex 61 34 91 21 40 0 2B 10D 2F 27
Octal 141 64 221 41 100 0 53 415 57 47
Binary 1100001 110100 10010001 100001 1000000 0 101011 100001101 101111 100111

Color Harmonies of #613491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613491

Black with #613491

Text Example


Text Example

White with #613491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613491; }

 p { color: rgb(97,52,145); }

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

background-color css

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

 a { background-color: rgb(97,52,145); }

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

border-color css

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

 span { border-color: rgb(97,52,145); }

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