Html Css Color HEX #61328B Kingfisher Daisy

📋 copy color: '#61328B'

red 97 ◦ green 50 ◦ blue 139

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

Shades of Kingfisher Daisy #61328B

Tints of Kingfisher Daisy #61328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 33.92%
G = 17.48%
B = 48.6%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61328B (or 0x61328B) is known color: Kingfisher Daisy. HEX triplet: 61, 32 and 8B. RGB value is (97,50,139). Sum of RGB (Red+Green+Blue) = 97+50+139=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #61328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61328B is #9ECD74. Grayscale: #494949. Windows color (decimal): -10407285 or 9122401. OLE color: 9122401.

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

Color convert

RGB 97 50 139 -
CMYK 0.30 0.64 0 0.45
HSL 271.69º 0.47% 0.37% -
HSV(B) 271.69º 0.64% 0.55% -
XYZ 10.73 6.69 25.15 -
YUV 74.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 97 50 139 0.30 0.64 0 0.45 271.69 0.47 0.37
Hex 61 32 8B 1E 40 0 2D 110 2F 25
Octal 141 62 213 36 100 0 55 420 57 45
Binary 1100001 110010 10001011 11110 1000000 0 101101 100010000 101111 100101

Color Harmonies of #61328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61328B

Black with #61328B

Text Example


Text Example

White with #61328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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