Html Css Color HEX #652287 Kingfisher Daisy

📋 copy color: '#652287'

red 101 ◦ green 34 ◦ blue 135

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

Shades of Kingfisher Daisy #652287

Tints of Kingfisher Daisy #652287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.59%

 BLUE value IS 135 (53.13% from 255) = 50%

R = 37.41%
G = 12.59%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#652287 (or 0x652287) is known color: Kingfisher Daisy. HEX triplet: 65, 22 and 87. RGB value is (101,34,135). Sum of RGB (Red+Green+Blue) = 101+34+135=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #652287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652287 is #9ADD78. Grayscale: #414141. Windows color (decimal): -10149241 or 8856165. OLE color: 8856165.

HSL color Cylindrical-coordinate representation of color #652287: hue angle of 279.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652287 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 34 135 -
CMYK 0.25 0.75 0 0.47
HSL 279.8º 0.6% 0.33% -
HSV(B) 279.8º 0.75% 0.53% -
XYZ 10.31 5.66 23.47 -
YUV 65.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 101 34 135 0.25 0.75 0 0.47 279.8 0.6 0.33
Hex 65 22 87 19 4B 0 2F 118 3C 21
Octal 145 42 207 31 113 0 57 430 74 41
Binary 1100101 100010 10000111 11001 1001011 0 101111 100011000 111100 100001

Color Harmonies of #652287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652287

Black with #652287

Text Example


Text Example

White with #652287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652287; }

 p { color: rgb(101,34,135); }

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

background-color css

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

 a { background-color: rgb(101,34,135); }

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

border-color css

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

 span { border-color: rgb(101,34,135); }

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