Html Css Color HEX #652985 Kingfisher Daisy

📋 copy color: '#652985'

red 101 ◦ green 41 ◦ blue 133

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

Shades of Kingfisher Daisy #652985

Tints of Kingfisher Daisy #652985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.91%

 BLUE value IS 133 (52.34% from 255) = 48.36%

R = 36.73%
G = 14.91%
B = 48.36%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#652985 (or 0x652985) is known color: Kingfisher Daisy. HEX triplet: 65, 29 and 85. RGB value is (101,41,133). Sum of RGB (Red+Green+Blue) = 101+41+133=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #652985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652985 is #9AD67A. Grayscale: #454545. Windows color (decimal): -10147451 or 8726885. OLE color: 8726885.

HSL color Cylindrical-coordinate representation of color #652985: hue angle of 279.13º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652985 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 41 133 -
CMYK 0.24 0.69 0 0.48
HSL 279.13º 0.53% 0.34% -
HSV(B) 279.13º 0.69% 0.52% -
XYZ 10.39 6.05 22.81 -
YUV 69.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 101 41 133 0.24 0.69 0 0.48 279.13 0.53 0.34
Hex 65 29 85 18 45 0 30 117 35 22
Octal 145 51 205 30 105 0 60 427 65 42
Binary 1100101 101001 10000101 11000 1000101 0 110000 100010111 110101 100010

Color Harmonies of #652985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652985

Black with #652985

Text Example


Text Example

White with #652985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652985; }

 p { color: rgb(101,41,133); }

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

background-color css

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

 a { background-color: rgb(101,41,133); }

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

border-color css

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

 span { border-color: rgb(101,41,133); }

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