#61419B

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

Shades of Daisy Bush #61419B

Tints of Daisy Bush #61419B

Color information

#61419B (or 0x61419B) is unknown color: approx Daisy Bush. HEX triplet: 61, 41 and 9B. RGB value is (97,65,155). Sum of RGB (Red+Green+Blue) = 97+65+155=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #61419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61419B is #9EBE64. Grayscale: #545454. Windows color (decimal): -10403429 or 10174817. OLE color: 10174817.

HSL color Cylindrical-coordinate representation of color #61419B: hue angle of 261.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61419B is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9765155-
CMYK0.370.5800.39
HSL261.33º40.91%43.14%-
HSV(B)261.33º58.06%60.78%-
XYZ12.748.6932.02-
YUV84.83167.6136.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=30.60%
G=20.50%
B=48.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97651550.370.5800.39261.3340.9143.14
Hex61419B253A027105292b
Octal14110123345720474055153
Binary11000011000001100110111001011110100100111100000101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61419B; }

 p { color: rgb(97,65,155); }

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

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

 a { background-color: rgb(97,65,155); }

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

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

 span { border-color: rgb(97,65,155); }

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