Html Css Color HEX #652D85 Kingfisher Daisy

📋 copy color: '#652D85'

red 101 ◦ green 45 ◦ blue 133

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

Shades of Kingfisher Daisy #652D85

Tints of Kingfisher Daisy #652D85

RGB

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

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

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

R = 36.2%
G = 16.13%
B = 47.67%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#652D85 (or 0x652D85) is known color: Kingfisher Daisy. HEX triplet: 65, 2D and 85. RGB value is (101,45,133). Sum of RGB (Red+Green+Blue) = 101+45+133=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #652D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652D85 is #9AD27A. Grayscale: #474747. Windows color (decimal): -10146427 or 8727909. OLE color: 8727909.

HSL color Cylindrical-coordinate representation of color #652D85: hue angle of 278.18º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652D85 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 45 133 -
CMYK 0.24 0.66 0 0.48
HSL 278.18º 0.49% 0.35% -
HSV(B) 278.18º 0.66% 0.52% -
XYZ 10.54 6.34 22.86 -
YUV 71.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 101 45 133 0.24 0.66 0 0.48 278.18 0.49 0.35
Hex 65 2D 85 18 42 0 30 116 31 23
Octal 145 55 205 30 102 0 60 426 61 43
Binary 1100101 101101 10000101 11000 1000010 0 110000 100010110 110001 100011

Color Harmonies of #652D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652D85

Black with #652D85

Text Example


Text Example

White with #652D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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