Html Css Color HEX #652485 Kingfisher Daisy

📋 copy color: '#652485'

red 101 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #652485

Tints of Kingfisher Daisy #652485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.33%

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

R = 37.41%
G = 13.33%
B = 49.26%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#652485 (or 0x652485) is known color: Kingfisher Daisy. HEX triplet: 65, 24 and 85. RGB value is (101,36,133). Sum of RGB (Red+Green+Blue) = 101+36+133=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #652485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652485 is #9ADB7A. Grayscale: #424242. Windows color (decimal): -10148731 or 8725605. OLE color: 8725605.

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

Color convert

RGB 101 36 133 -
CMYK 0.24 0.73 0 0.48
HSL 280.21º 0.57% 0.33% -
HSV(B) 280.21º 0.73% 0.52% -
XYZ 10.23 5.72 22.76 -
YUV 66.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 101 36 133 0.24 0.73 0 0.48 280.21 0.57 0.33
Hex 65 24 85 18 49 0 30 118 39 21
Octal 145 44 205 30 111 0 60 430 71 41
Binary 1100101 100100 10000101 11000 1001001 0 110000 100011000 111001 100001

Color Harmonies of #652485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652485

Black with #652485

Text Example


Text Example

White with #652485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652485; }

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

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

background-color css

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

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

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

border-color css

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

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

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