Html Css Color HEX #652F87 Kingfisher Daisy

📋 copy color: '#652F87'

red 101 ◦ green 47 ◦ blue 135

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

Shades of Kingfisher Daisy #652F87

Tints of Kingfisher Daisy #652F87

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.61%

 BLUE value IS 135 (53.13% from 255) = 47.7%

R = 35.69%
G = 16.61%
B = 47.7%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#652F87 (or 0x652F87) is known color: Kingfisher Daisy. HEX triplet: 65, 2F and 87. RGB value is (101,47,135). Sum of RGB (Red+Green+Blue) = 101+47+135=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #652F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652F87 is #9AD078. Grayscale: #484848. Windows color (decimal): -10145913 or 8859493. OLE color: 8859493.

HSL color Cylindrical-coordinate representation of color #652F87: hue angle of 276.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #652F87 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 47 135 -
CMYK 0.25 0.65 0 0.47
HSL 276.82º 0.48% 0.36% -
HSV(B) 276.82º 0.65% 0.53% -
XYZ 10.76 6.55 23.62 -
YUV 73.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 101 47 135 0.25 0.65 0 0.47 276.82 0.48 0.36
Hex 65 2F 87 19 41 0 2F 115 30 24
Octal 145 57 207 31 101 0 57 425 60 44
Binary 1100101 101111 10000111 11001 1000001 0 101111 100010101 110000 100100

Color Harmonies of #652F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652F87

Black with #652F87

Text Example


Text Example

White with #652F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652F87; }

 p { color: rgb(101,47,135); }

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

background-color css

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

 a { background-color: rgb(101,47,135); }

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

border-color css

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

 span { border-color: rgb(101,47,135); }

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