#613290

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

Shades of Daisy Bush #613290

Tints of Daisy Bush #613290

Color information

#613290 (or 0x613290) is unknown color: approx Daisy Bush. HEX triplet: 61, 32 and 90. RGB value is (97,50,144). Sum of RGB (Red+Green+Blue) = 97+50+144=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #613290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613290 is #9ECD6F. Grayscale: #4A4A4A. Windows color (decimal): -10407280 or 9450081. OLE color: 9450081.

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

Color convert

RGB9750144-
CMYK0.330.6500.44
HSL270º48.45%38.04%-
HSV(B)270º65.28%56.47%-
XYZ11.16.8427.12-
YUV74.77167.07143.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=33.33%
G=17.18%
B=49.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97501440.330.6500.4427048.4538.04
Hex613290214102C10e3026
Octal14162220411010544166046
Binary11000011100101001000010000110000010101100100001110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613290; }

 p { color: rgb(97,50,144); }

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

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

 a { background-color: rgb(97,50,144); }

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

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

 span { border-color: rgb(97,50,144); }

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