Html Css Color HEX #642181 Kingfisher Daisy

📋 copy color: '#642181'

red 100 ◦ green 33 ◦ blue 129

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

Shades of Kingfisher Daisy #642181

Tints of Kingfisher Daisy #642181

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.6%

 BLUE value IS 129 (50.78% from 255) = 49.24%

R = 38.17%
G = 12.6%
B = 49.24%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#642181 (or 0x642181) is known color: Kingfisher Daisy. HEX triplet: 64, 21 and 81. RGB value is (100,33,129). Sum of RGB (Red+Green+Blue) = 100+33+129=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #642181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642181 is #9BDE7E. Grayscale: #3F3F3F. Windows color (decimal): -10215039 or 8462692. OLE color: 8462692.

HSL color Cylindrical-coordinate representation of color #642181: hue angle of 281.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642181 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 33 129 -
CMYK 0.22 0.74 0 0.49
HSL 281.88º 0.59% 0.32% -
HSV(B) 281.88º 0.74% 0.51% -
XYZ 9.76 5.38 21.29 -
YUV 63.98 164.7 153.69 -
System Red Green Blue C M Y K H S L
Decimal 100 33 129 0.22 0.74 0 0.49 281.88 0.59 0.32
Hex 64 21 81 16 4A 0 31 11A 3B 20
Octal 144 41 201 26 112 0 61 432 73 40
Binary 1100100 100001 10000001 10110 1001010 0 110001 100011010 111011 100000

Color Harmonies of #642181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642181

Black with #642181

Text Example


Text Example

White with #642181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642181; }

 p { color: rgb(100,33,129); }

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

background-color css

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

 a { background-color: rgb(100,33,129); }

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

border-color css

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

 span { border-color: rgb(100,33,129); }

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