Html Css Color HEX #613481 Kingfisher Daisy

📋 copy color: '#613481'

red 97 ◦ green 52 ◦ blue 129

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

Shades of Kingfisher Daisy #613481

Tints of Kingfisher Daisy #613481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

 BLUE value IS 129 (50.78% from 255) = 46.4%

R = 34.89%
G = 18.71%
B = 46.4%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#613481 (or 0x613481) is known color: Kingfisher Daisy. HEX triplet: 61, 34 and 81. RGB value is (97,52,129). Sum of RGB (Red+Green+Blue) = 97+52+129=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #613481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613481 is #9ECB7E. Grayscale: #494949. Windows color (decimal): -10406783 or 8467553. OLE color: 8467553.

HSL color Cylindrical-coordinate representation of color #613481: hue angle of 275.06º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #613481 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 52 129 -
CMYK 0.25 0.60 0 0.49
HSL 275.06º 0.43% 0.35% -
HSV(B) 275.06º 0.6% 0.51% -
XYZ 10.12 6.58 21.51 -
YUV 74.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 97 52 129 0.25 0.60 0 0.49 275.06 0.43 0.35
Hex 61 34 81 19 3C 0 31 113 2B 23
Octal 141 64 201 31 74 0 61 423 53 43
Binary 1100001 110100 10000001 11001 111100 0 110001 100010011 101011 100011

Color Harmonies of #613481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613481

Black with #613481

Text Example


Text Example

White with #613481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613481; }

 p { color: rgb(97,52,129); }

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

background-color css

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

 a { background-color: rgb(97,52,129); }

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

border-color css

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

 span { border-color: rgb(97,52,129); }

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