Html Css Color HEX #653290 Kingfisher Daisy

📋 copy color: '#653290'

red 101 ◦ green 50 ◦ blue 144

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

Shades of Kingfisher Daisy #653290

Tints of Kingfisher Daisy #653290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.95%

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 34.24%
G = 16.95%
B = 48.81%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#653290 (or 0x653290) is known color: Kingfisher Daisy. HEX triplet: 65, 32 and 90. RGB value is (101,50,144). Sum of RGB (Red+Green+Blue) = 101+50+144=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #653290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653290 is #9ACD6F. Grayscale: #4B4B4B. Windows color (decimal): -10145136 or 9450085. OLE color: 9450085.

HSL color Cylindrical-coordinate representation of color #653290: hue angle of 272.55º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #653290 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 50 144 -
CMYK 0.30 0.65 0 0.44
HSL 272.55º 0.48% 0.38% -
HSV(B) 272.55º 0.65% 0.56% -
XYZ 11.54 7.06 27.14 -
YUV 75.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 101 50 144 0.30 0.65 0 0.44 272.55 0.48 0.38
Hex 65 32 90 1E 41 0 2C 111 30 26
Octal 145 62 220 36 101 0 54 421 60 46
Binary 1100101 110010 10010000 11110 1000001 0 101100 100010001 110000 100110

Color Harmonies of #653290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653290

Black with #653290

Text Example


Text Example

White with #653290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653290; }

 p { color: rgb(101,50,144); }

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

background-color css

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

 a { background-color: rgb(101,50,144); }

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

border-color css

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

 span { border-color: rgb(101,50,144); }

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