#613282

Color #613282 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #613282

Tints of Kingfisher Daisy #613282

Color information

#613282 (or 0x613282) is unknown color: approx 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

RGB9750130-
CMYK0.250.6200.49
HSL275.25º44.44%35.29%-
HSV(B)275.25º61.54%50.98%-
XYZ10.16.4321.83-
YUV73.17160.07145-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97501300.250.6200.49275.2544.4435.29
Hex613282193E0311132c23
Octal1416220231760614235443
Binary110000111001010000010110011111100110001100010011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>