Html Css Color HEX #652892 Kingfisher Daisy

📋 copy color: '#652892'

red 101 ◦ green 40 ◦ blue 146

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

Shades of Kingfisher Daisy #652892

Tints of Kingfisher Daisy #652892

RGB

 RED value IS 101 (39.84% from 255) = 35.19%

 GREEN value IS 40 (16.02% from 255) = 13.94%

 BLUE value IS 146 (57.42% from 255) = 50.87%

R = 35.19%
G = 13.94%
B = 50.87%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#652892 (or 0x652892) is known color: Kingfisher Daisy. HEX triplet: 65, 28 and 92. RGB value is (101,40,146). Sum of RGB (Red+Green+Blue) = 101+40+146=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #652892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652892 is #9AD76D. Grayscale: #454545. Windows color (decimal): -10147694 or 9578597. OLE color: 9578597.

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

Color convert

RGB 101 40 146 -
CMYK 0.31 0.73 0 0.43
HSL 274.53º 0.57% 0.36% -
HSV(B) 274.53º 0.73% 0.57% -
XYZ 11.31 6.36 27.83 -
YUV 70.32 170.71 149.88 -
System Red Green Blue C M Y K H S L
Decimal 101 40 146 0.31 0.73 0 0.43 274.53 0.57 0.36
Hex 65 28 92 1F 49 0 2B 113 39 24
Octal 145 50 222 37 111 0 53 423 71 44
Binary 1100101 101000 10010010 11111 1001001 0 101011 100010011 111001 100100

Color Harmonies of #652892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652892

Black with #652892

Text Example


Text Example

White with #652892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652892; }

 p { color: rgb(101,40,146); }

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

background-color css

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

 a { background-color: rgb(101,40,146); }

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

border-color css

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

 span { border-color: rgb(101,40,146); }

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