Html Css Color HEX #61328E Kingfisher Daisy

📋 copy color: '#61328E'

red 97 ◦ green 50 ◦ blue 142

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

Shades of Kingfisher Daisy #61328E

Tints of Kingfisher Daisy #61328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 142 (55.86% from 255) = 49.13%

R = 33.56%
G = 17.3%
B = 49.13%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61328E (or 0x61328E) is known color: Kingfisher Daisy. HEX triplet: 61, 32 and 8E. RGB value is (97,50,142). Sum of RGB (Red+Green+Blue) = 97+50+142=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #61328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61328E is #9ECD71. Grayscale: #4A4A4A. Windows color (decimal): -10407282 or 9319009. OLE color: 9319009.

HSL color Cylindrical-coordinate representation of color #61328E: hue angle of 270.65º 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 #61328E is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 50 142 -
CMYK 0.32 0.65 0 0.44
HSL 270.65º 0.48% 0.38% -
HSV(B) 270.65º 0.65% 0.56% -
XYZ 10.95 6.78 26.32 -
YUV 74.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 97 50 142 0.32 0.65 0 0.44 270.65 0.48 0.38
Hex 61 32 8E 20 41 0 2C 10F 30 26
Octal 141 62 216 40 101 0 54 417 60 46
Binary 1100001 110010 10001110 100000 1000001 0 101100 100001111 110000 100110

Color Harmonies of #61328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61328E

Black with #61328E

Text Example


Text Example

White with #61328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61328E; }

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

 H1.HeaderClassName
 {
   color: #61328E;
 }
 .AnyTagClassName
 {
   color: #61328E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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