Html Css Color HEX #641B8A Kingfisher Daisy

📋 copy color: '#641B8A'

red 100 ◦ green 27 ◦ blue 138

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

Shades of Kingfisher Daisy #641B8A

Tints of Kingfisher Daisy #641B8A

RGB

 RED value IS 100 (39.45% from 255) = 37.74%

 GREEN value IS 27 (10.94% from 255) = 10.19%

 BLUE value IS 138 (54.3% from 255) = 52.08%

R = 37.74%
G = 10.19%
B = 52.08%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#641B8A (or 0x641B8A) is known color: Kingfisher Daisy. HEX triplet: 64, 1B and 8A. RGB value is (100,27,138). Sum of RGB (Red+Green+Blue) = 100+27+138=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #641B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641B8A is #9BE475. Grayscale: #3D3D3D. Windows color (decimal): -10216566 or 9050980. OLE color: 9050980.

HSL color Cylindrical-coordinate representation of color #641B8A: hue angle of 279.46º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #641B8A is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 27 138 -
CMYK 0.28 0.80 0 0.46
HSL 279.46º 0.67% 0.32% -
HSV(B) 279.46º 0.8% 0.54% -
XYZ 10.23 5.33 24.53 -
YUV 61.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 100 27 138 0.28 0.80 0 0.46 279.46 0.67 0.32
Hex 64 1B 8A 1C 50 0 2E 117 43 20
Octal 144 33 212 34 120 0 56 427 103 40
Binary 1100100 11011 10001010 11100 1010000 0 101110 100010111 1000011 100000

Color Harmonies of #641B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641B8A

Black with #641B8A

Text Example


Text Example

White with #641B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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