Html Css Color HEX #613483 Kingfisher Daisy

📋 copy color: '#613483'

red 97 ◦ green 52 ◦ blue 131

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

Shades of Kingfisher Daisy #613483

Tints of Kingfisher Daisy #613483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.79%

R = 34.64%
G = 18.57%
B = 46.79%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#613483 (or 0x613483) is known color: Kingfisher Daisy. HEX triplet: 61, 34 and 83. RGB value is (97,52,131). Sum of RGB (Red+Green+Blue) = 97+52+131=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #613483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613483 is #9ECB7C. Grayscale: #4A4A4A. Windows color (decimal): -10406781 or 8598625. OLE color: 8598625.

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

Color convert

RGB 97 52 131 -
CMYK 0.26 0.60 0 0.49
HSL 274.18º 0.43% 0.36% -
HSV(B) 274.18º 0.6% 0.51% -
XYZ 10.25 6.64 22.21 -
YUV 74.46 159.91 144.08 -
System Red Green Blue C M Y K H S L
Decimal 97 52 131 0.26 0.60 0 0.49 274.18 0.43 0.36
Hex 61 34 83 1A 3C 0 31 112 2B 24
Octal 141 64 203 32 74 0 61 422 53 44
Binary 1100001 110100 10000011 11010 111100 0 110001 100010010 101011 100100

Color Harmonies of #613483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613483

Black with #613483

Text Example


Text Example

White with #613483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613483; }

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

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

background-color css

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

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

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

border-color css

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

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

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