Html Css Color HEX #61338C Kingfisher Daisy

📋 copy color: '#61338C'

red 97 ◦ green 51 ◦ blue 140

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

Shades of Kingfisher Daisy #61338C

Tints of Kingfisher Daisy #61338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

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

R = 33.68%
G = 17.71%
B = 48.61%

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

#61338C (or 0x61338C) is known color: Kingfisher Daisy. HEX triplet: 61, 33 and 8C. RGB value is (97,51,140). Sum of RGB (Red+Green+Blue) = 97+51+140=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #61338C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61338C is #9ECC73. Grayscale: #4A4A4A. Windows color (decimal): -10407028 or 9188193. OLE color: 9188193.

HSL color Cylindrical-coordinate representation of color #61338C: hue angle of 271.01º 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 #61338C is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 51 140 -
CMYK 0.31 0.64 0 0.45
HSL 271.01º 0.47% 0.37% -
HSV(B) 271.01º 0.64% 0.55% -
XYZ 10.85 6.8 25.55 -
YUV 74.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 97 51 140 0.31 0.64 0 0.45 271.01 0.47 0.37
Hex 61 33 8C 1F 40 0 2D 10F 2F 25
Octal 141 63 214 37 100 0 55 417 57 45
Binary 1100001 110011 10001100 11111 1000000 0 101101 100001111 101111 100101

Color Harmonies of #61338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61338C

Black with #61338C

Text Example


Text Example

White with #61338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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