#613382

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

Shades of Kingfisher Daisy #613382

Tints of Kingfisher Daisy #613382

Color information

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

RGB9751130-
CMYK0.250.6100.49
HSL274.94º43.65%35.49%-
HSV(B)274.94º60.77%50.98%-
XYZ10.146.5221.84-
YUV73.76159.74144.58-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97511300.250.6100.49274.9443.6535.49
Hex613382193D0311132c23
Octal1416320231750614235443
Binary110000111001110000010110011111010110001100010011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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