Html Css Color HEX #613982 Kingfisher Daisy

📋 copy color: '#613982'

red 97 ◦ green 57 ◦ blue 130

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

Shades of Kingfisher Daisy #613982

Tints of Kingfisher Daisy #613982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.07%

 BLUE value IS 130 (51.17% from 255) = 45.77%

R = 34.15%
G = 20.07%
B = 45.77%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#613982 (or 0x613982) is known color: Kingfisher Daisy. HEX triplet: 61, 39 and 82. RGB value is (97,57,130). Sum of RGB (Red+Green+Blue) = 97+57+130=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #613982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613982 is #9EC67D. Grayscale: #4D4D4D. Windows color (decimal): -10405502 or 8534369. OLE color: 8534369.

HSL color Cylindrical-coordinate representation of color #613982: hue angle of 272.88º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #613982 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 57 130 -
CMYK 0.25 0.56 0 0.49
HSL 272.88º 0.39% 0.37% -
HSV(B) 272.88º 0.56% 0.51% -
XYZ 10.42 7.08 21.94 -
YUV 77.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 97 57 130 0.25 0.56 0 0.49 272.88 0.39 0.37
Hex 61 39 82 19 38 0 31 111 27 25
Octal 141 71 202 31 70 0 61 421 47 45
Binary 1100001 111001 10000010 11001 111000 0 110001 100010001 100111 100101

Color Harmonies of #613982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613982

Black with #613982

Text Example


Text Example

White with #613982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613982; }

 p { color: rgb(97,57,130); }

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

background-color css

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

 a { background-color: rgb(97,57,130); }

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

border-color css

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

 span { border-color: rgb(97,57,130); }

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