#61388C

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

Shades of Daisy Bush #61388C

Tints of Daisy Bush #61388C

Color information

#61388C (or 0x61388C) is unknown color: approx Daisy Bush. HEX triplet: 61, 38 and 8C. RGB value is (97,56,140). Sum of RGB (Red+Green+Blue) = 97+56+140=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #61388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61388C is #9EC773. Grayscale: #4D4D4D. Windows color (decimal): -10405748 or 9189473. OLE color: 9189473.

HSL color Cylindrical-coordinate representation of color #61388C: hue angle of 269.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61388C is Cyan = 0.31, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9756140-
CMYK0.310.600.45
HSL269.29º42.86%38.43%-
HSV(B)269.29º60%54.9%-
XYZ11.087.2625.63-
YUV77.84163.08141.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 140 (55.08% from 255) = 47.78%
R=33.11%
G=19.11%
B=47.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97561400.310.600.45269.2942.8638.43
Hex61388C1F3C02D10d2b26
Octal1417021437740554155346
Binary110000111100010001100111111111000101101100001101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,56,140); }

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

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

 a { background-color: rgb(97,56,140); }

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

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

 span { border-color: rgb(97,56,140); }

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