Html Css Color HEX #652F8C Kingfisher Daisy

📋 copy color: '#652F8C'

red 101 ◦ green 47 ◦ blue 140

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

Shades of Kingfisher Daisy #652F8C

Tints of Kingfisher Daisy #652F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.61%

R = 35.07%
G = 16.32%
B = 48.61%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#652F8C (or 0x652F8C) is known color: Kingfisher Daisy. HEX triplet: 65, 2F and 8C. RGB value is (101,47,140). Sum of RGB (Red+Green+Blue) = 101+47+140=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #652F8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652F8C is #9AD073. Grayscale: #494949. Windows color (decimal): -10145908 or 9187173. OLE color: 9187173.

HSL color Cylindrical-coordinate representation of color #652F8C: hue angle of 274.84º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652F8C is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 47 140 -
CMYK 0.28 0.66 0 0.45
HSL 274.84º 0.5% 0.37% -
HSV(B) 274.84º 0.66% 0.55% -
XYZ 11.12 6.69 25.52 -
YUV 73.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 101 47 140 0.28 0.66 0 0.45 274.84 0.5 0.37
Hex 65 2F 8C 1C 42 0 2D 113 32 25
Octal 145 57 214 34 102 0 55 423 62 45
Binary 1100101 101111 10001100 11100 1000010 0 101101 100010011 110010 100101

Color Harmonies of #652F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652F8C

Black with #652F8C

Text Example


Text Example

White with #652F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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