Html Css Color HEX #642A91 Kingfisher Daisy

📋 copy color: '#642A91'

red 100 ◦ green 42 ◦ blue 145

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

Shades of Kingfisher Daisy #642A91

Tints of Kingfisher Daisy #642A91

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.63%

 BLUE value IS 145 (57.03% from 255) = 50.52%

R = 34.84%
G = 14.63%
B = 50.52%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#642A91 (or 0x642A91) is known color: Kingfisher Daisy. HEX triplet: 64, 2A and 91. RGB value is (100,42,145). Sum of RGB (Red+Green+Blue) = 100+42+145=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #642A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642A91 is #9BD56E. Grayscale: #464646. Windows color (decimal): -10212719 or 9513572. OLE color: 9513572.

HSL color Cylindrical-coordinate representation of color #642A91: hue angle of 273.79º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642A91 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 42 145 -
CMYK 0.31 0.71 0 0.43
HSL 273.79º 0.55% 0.37% -
HSV(B) 273.79º 0.71% 0.57% -
XYZ 11.19 6.41 27.44 -
YUV 71.08 169.72 148.62 -
System Red Green Blue C M Y K H S L
Decimal 100 42 145 0.31 0.71 0 0.43 273.79 0.55 0.37
Hex 64 2A 91 1F 47 0 2B 112 37 25
Octal 144 52 221 37 107 0 53 422 67 45
Binary 1100100 101010 10010001 11111 1000111 0 101011 100010010 110111 100101

Color Harmonies of #642A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642A91

Black with #642A91

Text Example


Text Example

White with #642A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642A91; }

 p { color: rgb(100,42,145); }

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

background-color css

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

 a { background-color: rgb(100,42,145); }

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

border-color css

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

 span { border-color: rgb(100,42,145); }

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