Html Css Color HEX #653380 Kingfisher Daisy

📋 copy color: '#653380'

red 101 ◦ green 51 ◦ blue 128

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

Shades of Kingfisher Daisy #653380

Tints of Kingfisher Daisy #653380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

 BLUE value IS 128 (50.39% from 255) = 45.71%

R = 36.07%
G = 18.21%
B = 45.71%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#653380 (or 0x653380) is known color: Kingfisher Daisy. HEX triplet: 65, 33 and 80. RGB value is (101,51,128). Sum of RGB (Red+Green+Blue) = 101+51+128=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #653380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653380 is #9ACC7F. Grayscale: #4A4A4A. Windows color (decimal): -10144896 or 8401765. OLE color: 8401765.

HSL color Cylindrical-coordinate representation of color #653380: hue angle of 278.96º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #653380 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 51 128 -
CMYK 0.21 0.60 0 0.50
HSL 278.96º 0.43% 0.35% -
HSV(B) 278.96º 0.6% 0.5% -
XYZ 10.45 6.69 21.16 -
YUV 74.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 101 51 128 0.21 0.60 0 0.50 278.96 0.43 0.35
Hex 65 33 80 15 3C 0 32 117 2B 23
Octal 145 63 200 25 74 0 62 427 53 43
Binary 1100101 110011 10000000 10101 111100 0 110010 100010111 101011 100011

Color Harmonies of #653380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653380

Black with #653380

Text Example


Text Example

White with #653380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653380; }

 p { color: rgb(101,51,128); }

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

background-color css

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

 a { background-color: rgb(101,51,128); }

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

border-color css

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

 span { border-color: rgb(101,51,128); }

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