#641B83

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

Shades of Kingfisher Daisy #641B83

Tints of Kingfisher Daisy #641B83

Color information

#641B83 (or 0x641B83) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 1B and 83. RGB value is (100,27,131). Sum of RGB (Red+Green+Blue) = 100+27+131=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #641B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641B83 is #9BE47C. Grayscale: #3C3C3C. Windows color (decimal): -10216573 or 8592228. OLE color: 8592228.

HSL color Cylindrical-coordinate representation of color #641B83: hue angle of 282.12º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #641B83 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10027131-
CMYK0.240.7900.49
HSL282.12º65.82%30.98%-
HSV(B)282.12º79.39%51.37%-
XYZ9.745.1321.95-
YUV60.68167.68156.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.76%
GREEN value IS 27 (10.94% from 255) = 10.47%
BLUE value IS 131 (51.56% from 255) = 50.78%
R=38.76%
G=10.47%
B=50.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100271310.240.7900.49282.1265.8230.98
Hex641B83184F03111a421f
Octal144332033011706143210237
Binary110010011011100000111100010011110110001100011010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641B83; }

 p { color: rgb(100,27,131); }

 H1.HeaderClassName
 {
   color: #641B83;
 }
 .AnyTagClassName
 {
   color: #641B83;
 }
</style>
background-color css

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

 a { background-color: rgb(100,27,131); }

 div.DivClassName
 {
   background-color: #641B83;
 }
 .BgClassName
 {
   background-color: #641B83;
 }
</style>
border-color css

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

 span { border-color: rgb(100,27,131); }

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