Html Css Color HEX #61388D Daisy Bush

📋 copy color: '#61388D'

red 97 ◦ green 56 ◦ blue 141

#61388D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #61388D

Tints of Daisy Bush #61388D

RGB

 RED value IS 97 (38.28% from 255) = 32.99%

 GREEN value IS 56 (22.27% from 255) = 19.05%

 BLUE value IS 141 (55.47% from 255) = 47.96%

R = 32.99%
G = 19.05%
B = 47.96%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61388D (or 0x61388D) is known color: Daisy Bush. HEX triplet: 61, 38 and 8D. RGB value is (97,56,141). Sum of RGB (Red+Green+Blue) = 97+56+141=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #61388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61388D is #9EC772. Grayscale: #4D4D4D. Windows color (decimal): -10405747 or 9255009. OLE color: 9255009.

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

Color convert

RGB 97 56 141 -
CMYK 0.31 0.60 0 0.45
HSL 268.94º 0.43% 0.39% -
HSV(B) 268.94º 0.6% 0.55% -
XYZ 11.15 7.29 26.02 -
YUV 77.95 163.58 141.59 -
System Red Green Blue C M Y K H S L
Decimal 97 56 141 0.31 0.60 0 0.45 268.94 0.43 0.39
Hex 61 38 8D 1F 3C 0 2D 10D 2B 27
Octal 141 70 215 37 74 0 55 415 53 47
Binary 1100001 111000 10001101 11111 111100 0 101101 100001101 101011 100111

Color Harmonies of #61388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61388D

Black with #61388D

Text Example


Text Example

White with #61388D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61388D;
 }
 .AnyTagClassName
 {
   color: #61388D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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