#613391

Color #613391 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #613391

Tints of Daisy Bush #613391

Color information

#613391 (or 0x613391) is unknown color: approx Daisy Bush. HEX triplet: 61, 33 and 91. RGB value is (97,51,145). Sum of RGB (Red+Green+Blue) = 97+51+145=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #613391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613391 is #9ECC6E. Grayscale: #4B4B4B. Windows color (decimal): -10407023 or 9515873. OLE color: 9515873.

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

Color convert

RGB9751145-
CMYK0.330.6500.43
HSL269.36º47.96%38.43%-
HSV(B)269.36º64.83%56.86%-
XYZ11.226.9527.54-
YUV75.47167.24143.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=33.11%
G=17.41%
B=49.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97511450.330.6500.43269.3647.9638.43
Hex613391214102B10d3026
Octal14163221411010534156046
Binary11000011100111001000110000110000010101011100001101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613391; }

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

 H1.HeaderClassName
 {
   color: #613391;
 }
 .AnyTagClassName
 {
   color: #613391;
 }
</style>
background-color css

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

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

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

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

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

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