Html Css Color HEX #613282 Kingfisher Daisy

📋 copy color: '#613282'

red 97 ◦ green 50 ◦ blue 130

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

Shades of Kingfisher Daisy #613282

Tints of Kingfisher Daisy #613282

RGB

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

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

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

R = 35.02%
G = 18.05%
B = 46.93%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#613282 (or 0x613282) is known color: Kingfisher Daisy. HEX triplet: 61, 32 and 82. RGB value is (97,50,130). Sum of RGB (Red+Green+Blue) = 97+50+130=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #613282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613282 is #9ECD7D. Grayscale: #484848. Windows color (decimal): -10407294 or 8532577. OLE color: 8532577.

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

Color convert

RGB 97 50 130 -
CMYK 0.25 0.62 0 0.49
HSL 275.25º 0.44% 0.35% -
HSV(B) 275.25º 0.62% 0.51% -
XYZ 10.1 6.43 21.83 -
YUV 73.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 97 50 130 0.25 0.62 0 0.49 275.25 0.44 0.35
Hex 61 32 82 19 3E 0 31 113 2C 23
Octal 141 62 202 31 76 0 61 423 54 43
Binary 1100001 110010 10000010 11001 111110 0 110001 100010011 101100 100011

Color Harmonies of #613282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613282

Black with #613282

Text Example


Text Example

White with #613282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613282; }

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

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

background-color css

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

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

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

border-color css

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

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

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