Html Css Color HEX #613382 Kingfisher Daisy

📋 copy color: '#613382'

red 97 ◦ green 51 ◦ blue 130

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

Shades of Kingfisher Daisy #613382

Tints of Kingfisher Daisy #613382

RGB

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

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

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

R = 34.89%
G = 18.35%
B = 46.76%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#613382 (or 0x613382) is known color: Kingfisher Daisy. HEX triplet: 61, 33 and 82. RGB value is (97,51,130). Sum of RGB (Red+Green+Blue) = 97+51+130=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #613382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613382 is #9ECC7D. Grayscale: #494949. Windows color (decimal): -10407038 or 8532833. OLE color: 8532833.

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

Color convert

RGB 97 51 130 -
CMYK 0.25 0.61 0 0.49
HSL 274.94º 0.44% 0.35% -
HSV(B) 274.94º 0.61% 0.51% -
XYZ 10.14 6.52 21.84 -
YUV 73.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 97 51 130 0.25 0.61 0 0.49 274.94 0.44 0.35
Hex 61 33 82 19 3D 0 31 113 2C 23
Octal 141 63 202 31 75 0 61 423 54 43
Binary 1100001 110011 10000010 11001 111101 0 110001 100010011 101100 100011

Color Harmonies of #613382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613382

Black with #613382

Text Example


Text Example

White with #613382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613382; }

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

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

background-color css

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

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

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

border-color css

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

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

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