Html Css Color HEX #61328C Kingfisher Daisy

📋 copy color: '#61328C'

red 97 ◦ green 50 ◦ blue 140

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

Shades of Kingfisher Daisy #61328C

Tints of Kingfisher Daisy #61328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.78%

R = 33.8%
G = 17.42%
B = 48.78%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61328C (or 0x61328C) is known color: Kingfisher Daisy. HEX triplet: 61, 32 and 8C. RGB value is (97,50,140). Sum of RGB (Red+Green+Blue) = 97+50+140=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #61328C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61328C is #9ECD73. Grayscale: #4A4A4A. Windows color (decimal): -10407284 or 9187937. OLE color: 9187937.

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

Color convert

RGB 97 50 140 -
CMYK 0.31 0.64 0 0.45
HSL 271.33º 0.47% 0.37% -
HSV(B) 271.33º 0.64% 0.55% -
XYZ 10.8 6.72 25.54 -
YUV 74.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 97 50 140 0.31 0.64 0 0.45 271.33 0.47 0.37
Hex 61 32 8C 1F 40 0 2D 10F 2F 25
Octal 141 62 214 37 100 0 55 417 57 45
Binary 1100001 110010 10001100 11111 1000000 0 101101 100001111 101111 100101

Color Harmonies of #61328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61328C

Black with #61328C

Text Example


Text Example

White with #61328C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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