#61419C

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

Shades of Daisy Bush #61419C

Tints of Daisy Bush #61419C

Color information

#61419C (or 0x61419C) is unknown color: approx Daisy Bush. HEX triplet: 61, 41 and 9C. RGB value is (97,65,156). Sum of RGB (Red+Green+Blue) = 97+65+156=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #61419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61419C is #9EBE63. Grayscale: #545454. Windows color (decimal): -10403428 or 10240353. OLE color: 10240353.

HSL color Cylindrical-coordinate representation of color #61419C: hue angle of 261.1º 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 #61419C is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9765156-
CMYK0.380.5800.39
HSL261.1º41.18%43.33%-
HSV(B)261.1º58.33%61.18%-
XYZ12.828.7232.46-
YUV84.94168.1136.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.50%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=30.50%
G=20.44%
B=49.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97651560.380.5800.39261.141.1843.33
Hex61419C263A027105292b
Octal14110123446720474055153
Binary11000011000001100111001001101110100100111100000101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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