Html Css Color HEX #652D89 Kingfisher Daisy

📋 copy color: '#652D89'

red 101 ◦ green 45 ◦ blue 137

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

Shades of Kingfisher Daisy #652D89

Tints of Kingfisher Daisy #652D89

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.9%

 BLUE value IS 137 (53.91% from 255) = 48.41%

R = 35.69%
G = 15.9%
B = 48.41%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#652D89 (or 0x652D89) is known color: Kingfisher Daisy. HEX triplet: 65, 2D and 89. RGB value is (101,45,137). Sum of RGB (Red+Green+Blue) = 101+45+137=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #652D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652D89 is #9AD276. Grayscale: #474747. Windows color (decimal): -10146423 or 8990053. OLE color: 8990053.

HSL color Cylindrical-coordinate representation of color #652D89: hue angle of 276.52º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652D89 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 45 137 -
CMYK 0.26 0.67 0 0.46
HSL 276.52º 0.51% 0.36% -
HSV(B) 276.52º 0.67% 0.54% -
XYZ 10.82 6.45 24.34 -
YUV 72.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 101 45 137 0.26 0.67 0 0.46 276.52 0.51 0.36
Hex 65 2D 89 1A 43 0 2E 115 33 24
Octal 145 55 211 32 103 0 56 425 63 44
Binary 1100101 101101 10001001 11010 1000011 0 101110 100010101 110011 100100

Color Harmonies of #652D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652D89

Black with #652D89

Text Example


Text Example

White with #652D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,45,137); }

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

background-color css

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

 a { background-color: rgb(101,45,137); }

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

border-color css

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

 span { border-color: rgb(101,45,137); }

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